Menu overlap

April 2014 WordPress Theme
GK User
Thu Dec 18, 2014 7:27 pm
How do I control the positioning of the menu after scrolling down?
Currently the menu is overlapping headings and sub-headings.
For example, when clicking 'my work' in the menu the menu is covering the sub-menu of that gallery widget.
http://origin8-test.com/alex/

Thanks
Andy
User avatar
Fresh Boarder

GK User
Thu Dec 18, 2014 10:56 pm
Hi,

Please check the following threads:
https://www.gavick.com/forums/john-wp/a ... rect-35972
https://www.gavick.com/forums/john-wp/page-height-37342
Generally it's enough to use proper paddings in your widget sections.
User avatar
Moderator

GK User
Fri Dec 19, 2014 11:55 am
Thanks
User avatar
Fresh Boarder

GK User
Fri Dec 19, 2014 12:22 pm
Hi Piotr

I've tried adding this code to the override.css file but it doesn't seem to make a difference. What am I doing wrong?
#my-works .box {
padding-top: 20px!important;
}

#gk-bottom1 .box {
padding-top: 20px!important;
}
Thanks
Andy
User avatar
Fresh Boarder

GK User
Mon Dec 22, 2014 10:17 am
Hi,
Your override.css file is not loaded, did you enablet this override option from John -> Template Options -> Advanced tab?
User avatar
Moderator

GK User
Mon Jan 05, 2015 12:46 pm
Hi Piotr
No, it was not enabled. I have now enabled but still can't affect the menu position.
Thanks
User avatar
Fresh Boarder

GK User
Mon Jan 05, 2015 1:49 pm
Hi,

Your code is commented out (in override.css file), please replace ALL content of the override.css file with the following:
Code: Select all
/**
 *
 * -------------------------------------------
 * Override
 * -------------------------------------------
 *
 **/

/*
 *
 * 16. Override
 *
 *

------------------------------------ */

/* 16.1. Overrided elements
==================================== */

#my-works .box {
padding-top: 80px!important;
}

#gk-bottom1 .box {
padding-top: 80px!important;
}


Regarding the 'CHOREOGRAPHER' text in the header widget, please fix your widget's code first, because now there are a lot of errors, please check your homepage here:
http://validator.w3.org/
unclosed, not allowed span tags etc.
User avatar
Moderator

GK User
Mon Jan 05, 2015 3:02 pm
OK, thank you
User avatar
Fresh Boarder


cron