I can change the content padding with this code:
.content {
padding-top: 10px;
padding-bottom: 0px;
}
But then it will apply to all of the content on the page, I just want to remove the padding-bottom of a picture in a specific colour section so that it flushes with the end of the colour section. How can I do that?
Hey transformmedia,
This should be possible. Which color section needs the padding?
Best regards,
Jordan Shannon
Hey Jordan,
thank you for your answer!
the first one here with the speaker, so that his legs flushes with the end of the colour section:
But would be also interesting to know how to adjust the padding of one colour section in general :)
Hi transformmedia,
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
.home #av_section_1 .content {
padding-bottom: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you so much!
Hi transformmedia,
Glad that we could help. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!
Best regards,
Nikko