Adding padding to some lettering in my NatureOne Pro theme

Home Forums All Other Themes Adding padding to some lettering in my NatureOne Pro theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18896
    Jerome ShortJerome Short
    Member
    • Topics: 7
    • Replies: 17
    • Total: 24
    Member since: May 5, 2015

    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 Short

    #18968
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30622
    • Total: 30622
    Member since: August 16, 2013

    Hi 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,
    Shri

    #19071
    Jerome ShortJerome Short
    Member
    • Topics: 7
    • Replies: 17
    • Total: 24
    Member since: May 5, 2015

    Thank 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!
    Jerome

    #19166
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30622
    • Total: 30622
    Member since: August 16, 2013

    Hi Jerome,

    It is fine. Theme update can’t override style.css

    Regards,
    Shri

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.