Hi, my website uses a custom border and I’d like to add padding to all content within that border on mobile devices as the content is right next to the border, which looks cramped. I tried several quicCSS codes I found across this forum but with no success. What code should i use?
Hey the_digital_manager,
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) {
.container .av-content-full.units {
width: 85%;
padding: 20px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
awesome. thx.
Hi the_digital_manager,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria