YOUYOU123 Posted May 8 Share Posted May 8 Hello, I have a question about a CSS code for a text block padding. URL : https://www.youjinkim.design This is my current text block (A) : Even I put the padding setting like below, the padding-left: 6px; , padding-right: 6px; . The right and left padding don't change because because it is a fixed image block size. #block-6874d51d395943909f0d p { border: px solid #398c66; padding-left: 6px; padding-right: 6px; padding-top: 1px; padding-bottom: 1px; border-radius: 4px; background-color: #D7F5E3 } I want to make them like these : The consistence padding. Can you tell me how can I do it ? thank you. YOUJIN Link to comment
Ziggy Posted May 8 Share Posted May 8 Try this instead, I've added span to the first line and tweaked the padding: #block-6874d51d395943909f0d p span { border: 0px solid #398c66; padding-left: 12px; padding-right: 12px; padding-top: 4px; padding-bottom: 4px; border-radius: 4px; background-color: #D7F5E3; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
YOUYOU123 Posted May 8 Author Share Posted May 8 Thank you very much. ! it worked. Last question ! Can can I make the same spacing between text text blocks? thank you. Ziggy 1 Link to comment
Ziggy Posted May 8 Share Posted May 8 39 minutes ago, YOUYOU123 said: Thank you very much. ! it worked. Great, can you mark my post as the solution to your question and give it a like? 40 minutes ago, YOUYOU123 said: Can can I make the same spacing between text text blocks? No, not with the way you currently have the page set up, the blocks don't react to each other, so you can either have the spacing the same or the padding the same. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment