Navigation Menu Position
Hi! I would like to make the nav menu to appear at the lower part of the navigation bar, which currently seems to be at the top. i have tried to use margin-top but the menu turned out to be unhoverable. Is there any option for this kind of situation?
My site is http://lepaktv.net
URL: http://lepaktv.net
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi Daniel
Try the following at Appearance > Custom CSS:
.main-navigation > ul { margin-top: 20px; }Adjust as required.
In your style.css file you’ve added the following:
.content-container { margin-top: -41px; }I recommend moving that as it’s overlapping the menu making the links not work properly.
Please keep in mind that stlye.css is not a safe place to edit. All WordPress themes completely overwrite their own folder during theme updates. Appearance > Custom CSS should be used to add custom CSS snippets or a style.css file in a child theme.
Try adding the following to Appearance > Custom CSS to compensate for the CSS I suggested removing:
/* Home */ .home .entry-content > div:first-child { margin-top: -15px; }problem solved. I worked around the elements you mentioned and things worked like magic. Thanks Andrew !
Awesome :) Really glad to hear that helped.
All the best.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.