have a 1 px white line in the bottom of the overlay menu

GK User
Thu Dec 04, 2014 1:33 pm
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
User avatar
Fresh Boarder

GK User
Thu Dec 04, 2014 1:45 pm
You refer to this white line that splits menu from footer?
User avatar
Moderator

GK User
Thu Dec 04, 2014 2:57 pm
excatly this one
User avatar
Fresh Boarder

GK User
Fri Dec 05, 2014 2:00 pm
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.
User avatar
Moderator

GK User
Mon Dec 08, 2014 9:57 pm
sorry, that doesnt work
nothing change if i override the style.

What i find out is that
If i change the size of my browser the 1px line getting bigger 3 til 5 px.
User avatar
Fresh Boarder

GK User
Tue Dec 09, 2014 10:59 am
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.


Ive try it also with firebug in the menu.css without any reaction
User avatar
Fresh Boarder

GK User
Tue Dec 09, 2014 11:04 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Tue Dec 09, 2014 12:03 pm
Cyberek wrote:Could you please post an url to your site?


http://sonjasalomon.de/index.php
User avatar
Fresh Boarder

GK User
Wed Dec 10, 2014 10:03 am
Ok, please remove previously added overwrite and edit file:
templates/gk_photo/js/gk.menu.js
replacing:
Code: Select all
         if(!$('#page-nav').hasClass('active')) {
            overlay.css('bottom', $('#page-nav').outerHeight() + 1);
         }

with:
Code: Select all
         if(!$('#page-nav').hasClass('active')) {
            overlay.css('bottom', $('#page-nav').outerHeight() + 0);
         }
User avatar
Moderator

GK User
Wed Dec 10, 2014 2:10 pm
Many thanks, thats work for me.
Thank you for your quick support.
User avatar
Fresh Boarder

GK User
Thu Dec 11, 2014 7:38 am
No problem.
Please let me know if you would have any additional questions regarding this topic.
If you will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron