1. Tralala
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 11 July 2022
  5.  Subscribe via email
How can I manage, with template Nina, the logo is on its left side in line with the left side of main? Of course in bigger and smaller screens.

I first tried to limit the width of the header (including outside header, container _header, header_main and so on) to the given max-width of main, but than it's a great risk to mess the site.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS) where 1200px is the template width set in your template style settings (edit to taste)....

.header_main {
max-width: 1200px;
margin: auto;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!