Hi, there is a large amount of space between my title and fullwidth sub menu on 2 of my pages. Who would I shorted these up? ideally I would them to be the same spacing.
Hey lmzucker432,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-section {
min-height: auto;
}
Best regards,
Rikard
After clearing my cache and adding that code no elements changed.
Hi,
The code is applying and it has changed the front end of your site. Please try to load the page in an incognito/private window.
Best regards,
Rikard
Thank you. Is there a way to increase the the space a to 10 px for this section.
Hi,
Add this to quick css:
.avia-section {
margin:10px 0!important;
}
Best regards,
Jordan Shannon
when that code is inserted things jump more than 10px and it is in the wrong spot. here is a screenshot. I want there to be spacing under the first full width sub men not the second special heading. i tried to add a whitespace separator between the 2 areas but it did not work. screenshot of what im trying to do.
Hi lmzucker432,
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
#top #wrap_all #av-custom-submenu-1 {
margin-bottom: 30px;
}
If you need further assistance please let us know.
Best regards,
Victoria