- This topic has 7 replies, 2 voices, and was last updated 7 years, 4 months ago by
Tom.
-
AuthorPosts
-
November 11, 2015 at 1:48 pm #152278
Janette
Hi,
I first have to say that I am totally impressed by your products and website.
I am using Generate Press premium. The primary navigational menu’s drop down buttons are up to high and they are covering the parent link that they come from. How can I lower them?
Thank you!
November 11, 2015 at 4:07 pm #152290Tom
Lead DeveloperLead DeveloperHi there,
Are you using a child theme? If so, I think this may be the problem: https://generatepress.com/knowledgebase/child-theme-working/
Let me know ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 11, 2015 at 5:09 pm #152296Janette
I am using a child theme and it does not contain: @import url(“../generatepress/style.css”);
I compared the css file you sent with what I am using. I am not finding a difference in the CSS. The top edge of the drop down is just above the text for the link on the navigation bar.
I’ll look it over more carefully to see what is affecting the height of the drop down. There must be a difference.
-Janette
November 11, 2015 at 5:48 pm #152297Janette
I Found it:
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
float: left;
position: absolute;
top: 3.2em;
left: 0;
z-index: 99999;
width:200px;
text-align:left;
}changed it from 2.5em
November 11, 2015 at 6:55 pm #152298Tom
Lead DeveloperLead DeveloperHmm.. That shouldn’t be happening. Any chance you can link me to your site?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 12, 2015 at 4:19 am #152369Janette
November 12, 2015 at 6:28 am #152378Janette
I didn’t mind looking for the code. I probably changed a margin or something working with the css. I appreciate how well organized and lightweight your template is. I enjoy css so this works well for me.
I appreciate this great template!!!
November 12, 2015 at 10:04 am #152428Tom
Lead DeveloperLead DeveloperDid you re-add all of the parent CSS to your child theme CSS? It looks like it’s overwriting the CSS generated by the theme.
If you delete the top: 3.2em part completely, it should work perfectly.
The child theme CSS should only include your custom CSS – none of the parent stuff.
Let me know ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.