Hello,
I am preparing a landing para for Adwords, but I have a problem with the margins in the top of the page.
In the desktop is ok, but in mobile you can see there is a white space over and under the text with the text of contact info+logo
Is it possible to reduce that? thank you, Carmen
Hey carmen,
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
@media only screen and (max-width:767px) {
.page-id-3934 #av_section_1 .content {
padding-top: 10px;
padding-bottom: 0px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria