1. milian
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 03 June 2020
  5.  Subscribe via email
Hi Ciaran,
In the attachments you se that I have a limited numbers of top-menu items on
PC and iPad. Do you have a css so that I can set the Top-menu in a flexible way more to the left.
Also the Logo box itself. (Not the logo. I can set this with x-pos -30 or 40,
but the fixed box position).
Thanks a lot,
Regards, Milian
Attachments (2)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Milian

Would you have a URL to an example of your logo/menu?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Url to the Maya template:

https://mergler.nl/ja30-basis/
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend the logo padding try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

Edit to taste

#logo {
padding-left: 10px;
padding-right: 10px;
}


To align the menu to the left you can also add the following...

.header_row .wrapper960 {
justify-content: flex-start;
}
.hornav > ul {
margin: 0;
}


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


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