Hi, on my home page the menu is not working. I currently am using the free Interface Theme. The drop down menu appears but when you move your mouse the drop down items disappear so that you cannot click on the other pages. How do I fix this? My url is: http://www.kristinakaylen.com Thanks!
Please create your own topic and post in forum for next time. Don’t post on other’s forum. If you do this then the main user of this forum could not get answers.
To have that section according to your image, You can add recent work. Create a page and then go to dashboard -> widgets -> Drag and drop theme horse: featured recent work widgets to business page section sidebar add the page you created before.
@contact22 some of the CSS code have been override by one of the plugins that you have installed into your site so please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
#access a {
-moz-box-sizing: unset;
-webkit-box-sizing: unset;
box-sizing: unset;
}