On my front page, I have a color section with a photo of Kansas City. I have text overlaying the photo (currently using Special Header but have also tried a text field). I need to move the text up closer to the menu bar. I tried adjusting the padding, but the max was 120 and that only moved it up a little bit. The page is https://orendarealestate.com
Seems like this is a silly little setting that I missed, but I can’t find it.
Hey Chris,
Please try the following in Quick CSS under Enfold–>General Styling:
.home .avia-section.av-minimum-height .container .content {
display: block !important;
padding-top: 10% !important;
}
Best regards,
Rikard
That worked!
Thanks