Hi!
I want to add the same padding to all my sections in Dawn 13.0.
I have the padding (left and right) fixed with custom CSS for my top image banner (second picture).
But when I insert a new image banner (first image) and insert the same CSS as used for the top image banner, no padding is added.
How can I get the same padding for all sections in my website, so every time I add a new section the same padding is used?
I hope someone can help me. Thanks!
Hi @SharonP_1
You can add by adding your code to Custom CSS in Theme settings instead of Custom CSS of sections
Hi, If you are using Dawn theme, i believe section padding is already there in theme section setting. Which will apply for each section. No code needed.
Hi! Thank you for pointing me in the right direction! Do you know what custom CSS I should add there to get (the same) padding on ALL sections in my website?
Hi! I tried putting the custom CSS there, but nothing changed…
Please try to use this code
.banner img {
padding: 0 20px !important;
}
Still no change. It doesn’t matter if I put in custom CSS for the section or on custom CSS for theme…