1. tortellini62
  2. Commercial Templates
  3. Monday, 03 December 2018
  4.  Subscribe via email
Hello,

My question refers to the template J51_kinvara. I want the sticky menu height to be smaller. I have a bad solution now, but I hope you have a better one. In my solution, the menu is always at the top (position: absolute). Where is the part to change this? I know it puts a class with javascript, but I can not correct location find this.

Thanks for your interest an answers
best regards

tortellini62
Attachments (1)
References
  1. https://bioclean-gmbh.de/
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)....

.is-sticky #container_header .wrapper960 {
flex-direction: row;
}
.is-sticky .hornavmenu {
display: flex;
align-items: center;
}


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!