Home › Forums › All Other Themes › Adding padding to some lettering in my NatureOne Pro theme
- This topic has 3 replies, 2 voices, and was last updated 7 years, 10 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
January 17, 2016 at 6:18 am #18896
I’m using NatureOne Pro as my site theme (laurieshort.com) and on the home page in the 2nd section I want to add some padding to the word “Speaking Clips”. I don’t know if it’s the font size or something else I changed that moved this to the top of the section without any space but I can’t find where to add that padding or change that.
Thanks for your help,
Jerome ShortJanuary 18, 2016 at 6:14 am #18968Hi Jerome,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Paste this css code in custom css box.section h2 { padding-top:20px;}
Regards,
ShriJanuary 18, 2016 at 5:21 pm #19071Thank you Shri,
I tried this and it didn’t work but it helped me realize that I have that “Sections CSS Class” set to “welcome-box” so I went into the style.css and changed the “welcome-box” first line of code…
.welcome-box{padding:0px 0 25px; text-align:center;}
to…
.welcome-box{padding:25px 0 25px; text-align:center;}
and now it looks the way I want it.Is it okay to do it there? I’m wondering if I’ll have to make that correction whenever there is an update for this theme.
Thanks again for your help!
JeromeJanuary 19, 2016 at 9:50 am #19166Hi Jerome,
It is fine. Theme update can’t override style.css
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.