Home Forums Free Themes Education Hub Padding between Header and Content

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10944
    lukerimmer
    Participant

    Hello,

    I am creating a school website in a test environment before making it live (tweenietots2.co.uk/longmoorcps) and have found that something I’ve probably done has caused the content/sidebar on pages (not Home) begins directly under the Header, which doesn’t look good. Can you tell me what I’ve done wrong, and how I can fix it?

    Thanks

    #10945
    wensolutions
    Keymaster

    Hello @lukerimmer

    For the solution you need to add custom CSS.
    To add custom CSS you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    Here you need to copy and paste below custom CSS.

    .home-content-not-enabled .site-content {
        padding: 40px;
    }

    Hope this will help to resolve your issue.
    Let us know how it goes.

    Best Regards!!!

    #10946
    lukerimmer
    Participant

    Like a charm. Thanks for your help.

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