1. bigoud
  2. Commercial Templates
  3. Thursday, 28 February 2019
  4.  Subscribe via email
Hello,
Naomi Template
I would like, when scrolling the page, that the menu remains fixed but that the logo disappears or that its size decreases.
Thank you
cordially
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 {
position: relative !important;
}
.header_top {
position: fixed;
width: 100%;
}
.header_main {
margin-top: 35px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
That's perfect, thank you very much :D
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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