Tagged: padding
Hello,
What I want to do is add padding on top and on the left and right sides of the text.
Tried finding solution online but did not find something that would work.
I tried using a whitespace separator at 1 pixel for the top, but it looks like this.
This is what is looks like on the backend.
http://robertlcarey.com/photos/BackendWP.jpg
Thoughts?
Thank you,
Bob
Hello,
I got it figured out.
The solution is in the layout element. Select edit icon at the top of the section that holds the content elements that need padding. Go to layout and click. Find the padding area section on the page and change the top, sides, and bottom padding to the desired amounts.
Info placed here in the hopes it can help someone else.
Thank you,
Bob
Hi Bob,
Great, glad you figured it out and thanks for sharing :-)
Best regards,
Rikard
Hi there,
2020 and I have installed WordPress version 5.4.2 and Enfold version 4.7.6.1.
I selected the elment I want went to Styling – padding and did set 15 and Apply the same value to all but do not see any changes….
Can you assist?
Thank you,
Vasilis
Hi again,
I cannot remember on which thread but I found the solution . You just have to add below on Quick CSS
#top .mybox {
padding: 10px;
}
then go to the element Advanced -> Developer Settings and on Custom CSS Class field just put .mybox.
Thank you!