Thread Starter
jko
(@jkotsch)
http://www.mwcloudsolutions.com/Developer2/wp-content/uploads/2015/12/top_menu.png
Here is a screen shot of the issue I’m describing. Someone please help. I cannot get the menu to work right at all.
Also, someone gave me code to fix the menu issue, but when I put that code and the code for the scroll to top button in the custom css, the menu or the scroll to top buttons dont work right. Layerthemes gave me the code to the scroll to top button.
currently i think your problem has solved. but the menu hovering pushes down the big image which you can set through
#topmenu ul li a {
display: block;
padding: 10px;
background: rgba(0,0,0,0);
font-weight: bold;
padding-bottom: 17px;
}
Thread Starter
jko
(@jkotsch)
How is my problem solved if the About Us is at the top of the menu where it’s not supposed to be?
Do I just add this to the custom CSS? Or do I remove something?
Thread Starter
jko
(@jkotsch)
I added the code and nothing changed. Everything is still the same.
Thread Starter
jko
(@jkotsch)
Okay when I save it in Customize, it works but when I open a new page for the website it goes back to the way it is.
have you changed this in style.css of the theme? I’d rather create a child theme and change in that.
I still see the class has not extra line i added
#topmenu ul li a { padding-bottom: 17px; }
Thread Starter
jko
(@jkotsch)
That’s what I have been told. Would creating a child theme resolve these issues I have?
I don’t know anything about child themes, so I’m really new to this and learning all of this on my own, very slowly.