1. mindreader
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 30 April 2019
  5.  Subscribe via email
Hi,
using BOSS-template I tried to set the mainmenu to top-1 position. It works, but only in verticaly direction. How to set it horizontaly ?

THX Thomas
References
  1. http://portrait.iv-fotografie.berlin/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.top-1 .menu {
display: flex;
flex-wrap: wrap;
}
.top-1 .menu li {
margin: 0 10px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you :D
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Mindreader, please can you tell me how you set your menu items Font Awesome icons to black in Boss?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi pearlyjones,
insert the following code in "Costum CSS" of your template style:

#hornav ul.menu li [class^="fa-"]::before, #hornav ul.menu li [class*=" fa-"]::before {
color: #000000;
}
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you so much! I've been struggling with it for days. Works a treat. :D
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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