sub-page bottom margin/padding

Discussion in 'One Page Pro WordPress Theme' started by rexmanaster, Dec 22, 2016.

Thread Status:
Not open for further replies.
  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    My sub-pages have no margin/padding at the bottom. How can I fix that?

    Please see attached screenshot for example.
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Rex,
    You need to paste the below custom CSS code in Dahshboard->Appearance->Customizer->Theme Settings->Custom Setting->Custom CSS field.
    Code:
    .blog_pages_wrapper.default_bg {
        padding-bottom: 20px;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    perfection, naveen, thanks! :)
     
Thread Status:
Not open for further replies.

Share This Page