Hi there!
The menu of my site and the content are overlapping. Could you please tell me how I fix this?
Thanks in advance,
Roi
Hey Roysenberg,
I see that your sidebar menu is behind your logo, please try this code in the General Styling > Quick CSS field:
#nav_menu-3 {
margin-top: 30%;
}
Best regards,
Mike
Hi Mike!
Thanks for the help, it did work (I chose 40% however, I think this looks better.
I have two additional questions:
1. The main menu on top is not visible because of the font- and background-color (both are white). I tried some of the menu-options, yet it doesn’t change. Do you know what I did wrong?
2. I want to include into the tabsection of this sub-site a contact form. A contact form, that when used from this place, is referencing to this sub-site. Like on this website here (look at their tabsection below the product-photos, you’ll see the third tab is a contact form).
How do I achieve this with Enfold?
Thank you very much for your help!
Hi Roysenberg,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_header_transparency #header.av_header_transparency #header_meta .phone-info {
color: #808080;
}
Do you have the embed code for the form?
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
sorry for replying so late. I solved the first issue by now, but still want to have the contact form in the tab-section.
For example on this site I have a contact form below the tab section:
I would like to have it as another tab in the tab section, is that possible?
What did you mean with -embed code- though?