AHunn13 Posted June 29 Posted June 29 Hello, I am working on a "news" page for my website, but the text is too close to the edges of the text boxes. I want to increase the padding on the left and right sides so that the text isnt so close to the edges, but when I try it doesn't work. I only want the padding to apply to the text boxes, not the images or anything else. Ive included an image example of what im talking about below. can anyone help? For the record, i've already tried #id {padding-left: 20px; padding-right: 20px;} but it doesn't work. The left side of the text moves over, but so does the right side and it doesn't shift back. even when I just do #id {padding-right: 20px} the right padding doesn't change.
Lesum Posted June 29 Posted June 29 @AHunn13 Hi! Can you share your site URL for context? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
AHunn13 Posted June 30 Author Posted June 30 https://algae-whale-tyzz.squarespace.com/config/pages here it is
DavidStewart Posted June 30 Posted June 30 Can you make the website password protected and send us the password too? Currently your website is private.
Solution Lesum Posted June 30 Solution Posted June 30 @AHunn13 Hi! Add this code under Website > Pages > Websites Tools > Custom CSS section[data-section-id="66784754ca487874126390ab"] .fe-block:has(h4) { padding: 0 20px !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment