Interior Pro Section Spacing

Home Forums All Other Themes Interior Pro Section Spacing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #98482
    StuartStuart
    Participant
    • Topics: 26
    • Replies: 27
    • Total: 53
    Member since: April 29, 2016

    Hi.
    At http://www.coolbeanswebdesign.com/khristians4/ in mobile view especially the is a large space above the about us page. I used visual composer to make the code as I wanted then copied into section one.

    Can I close this gap?

    Thanks
    Stuart

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

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .home section#pagearea { padding-bottom: 0;}

    Regards,
    Chris

    #98627
    StuartStuart
    Participant
    • Topics: 26
    • Replies: 27
    • Total: 53
    Member since: April 29, 2016

    Thank you.

    But the gap is still there top andnottom after I added

    .home section#pagearea { padding-bottom: 0;}

    It the top gap that is the biggest issue.

    Stu

    #98628
    StuartStuart
    Participant
    • Topics: 26
    • Replies: 27
    • Total: 53
    Member since: April 29, 2016

    Could it be the ‘what we do’ section that needs the padding reduced?

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

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .home section { padding:60px 0 !important;}
    .home section#pagearea { padding-bottom: 0 !important;}

    Regards,
    Chris

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