Hi there,
is it only by me?
No, because I have seen it on the demo Page of GK Photo too.
In the bottom of the overlay menue was a 1 px line
i cant find where i to fix it
#page-nav.active + #overlay-menu-content.active {
bottom: 65px!important;
}
Cyberek wrote:Please edit: /templates/gk_photo/css/override.css and add at its end:
- Code: Select all
#page-nav.active + #overlay-menu-content.active {
bottom: 65px!important;
}
Remember to enable "CSS override" in template settings - advanced section.
if(!$('#page-nav').hasClass('active')) {
overlay.css('bottom', $('#page-nav').outerHeight() + 1);
}
if(!$('#page-nav').hasClass('active')) {
overlay.css('bottom', $('#page-nav').outerHeight() + 0);
}