Hey,
pretty much subj. The padding for BIG padding option is 70 px for both top and bottom, however bottom padding looks 2x larger. Why?
screenshot: http://gyazo.com/10cd734452f8c19f5f190cfbfc257dab
I know how to change bottom padding to look similar to a top one, but just curious why) and of course I want to make sure I don’t mess up anything by decreasing the bottom padding like that
.avia-section-large .content, .avia-section-large .sidebar {
padding-bottom: 40px;
padding-top: 70px;
Hi axelfx07!
Thank you for using Enfold.
We tested this on our end and the padding of the color section looks the same. Can you please provide a link to the actual page with the issue? Yes, you can use the css to modify the color section padding.
.avia-section-large .content, .avia-section-large .sidebar {
padding-top: 70px;
padding-bottom: 70px;
}
Cheers!
Ismael