1. Ciaccio
  2. Commercial Templates
  3. Saturday, 26 March 2016
  4.  Subscribe via email
Hi,
you can fixed the top menu when the page scrolls.

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you could try adding the following to the Custom CSS field of your templates parameters...


#container_header, #container_hornav {
position: fixed;
}
#container_hornav {
z-index: 100;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaràn
I tried it and it works, but the mobile version displays the menu , but do not open it

If you want to see the result:

http://pcfotoweb.it/agri_2

Thank in advance

Pier
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pier

To resolve try also adding the following to your Custom CSS field...


.slicknav_menu {
position: relative;
z-index: 101;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect!
Thanks again, you are a phenomenon!

See you soon
Pier
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,
I still have a little problem , in the mobile version , the homepage works well , Instead in the other pages the header remains fixed and the content is difficult to read.
You can again help?

Thank in advance

Pier
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pier

To resolve try adding the following to the Custom CSS field of your templates parameters...


.touch #container_header, .touch #container_hornav {
position: relative !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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