Please convert the following code to the proper format to drop in the CSS code box (seeking to change the 50px to 10px).
I have tried using the code as is, changing the px size but it did not change the top or bottom padding.
Thanks in advance for your help.
Rickster
Below code seems to be from “layout.css?ver=2:1405
.content, .sidebar {
padding-top: 50px;
padding-bottom: 50px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
min-height: 1px;
z-index: 1;
}
Hey Rick!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.content, .sidebar {
padding-top: 10px;
}
Best regards,
Yigit
great n thank
Worked Perfectly…
Rickster
Hi!
Glad to hear it worked! Please feel free to reach out to us again on the forum if you need assistance with anything else.
Cheers!
Jordan