Home Forums Free Themes Travel Insight Reducing Gap Between Breadcrumbs/Header Image And Page Content

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #142999
    adam1
    Participant

    There is a large gap between the breadcrumbs/header image and the page content. It is the same if the header image is in place or removed by code.

    Can someone advise on how to reduce the gap?

    #143015
    Psink
    Keymaster

    Hello adam1

    Please add this CSS to adjust the gap between the header image and breadcrumbs

    
    #banner-image {
        padding: 150px 0 0;
    }
    

    Just change the number in the place of 150 to adjust as per your requirement

    To add this CSS, Go to Admin Panel >> Appearance >> Customize >> Additional CSS, there just add above CSS and then published

    About the page content, can you please send a screenshot with the marks? It would be easy to figure out and give you CSS

    Have a great day

    Regards,
    Psink

    #143042
    adam1
    Participant

    Here is a screenshot showing the gap:

    https://www.dropbox.com/s/sqa54kl63iuv81e/Screenshot%202021-01-20%20093953.png?dl=0

    I’ve already removed the header image, but this does not impact the gap – it remains the same.

    #143044
    Psink
    Keymaster

    Hello adam1

    Please share your site URL, it would be easy to give you CSS by inspecting site

    Regards,
    Psink

    #143061
    adam1
    Participant

    It is shanklinmanor.co.uk

    #143107
    Psink
    Keymaster

    Hello Adam1

    Add this CSS in the “Additional CSS”

    
    .page-section {
        padding: 50px 0;
    }
    

    Have a great day

    Regards,
    Psink

    #143161
    adam1
    Participant

    That’s great, thanks for your help.

    #143163
    Psink
    Keymaster

    Hello Adam1

    Glad to help you

    If you like our theme, please support us by giving a review of our theme
    here is the link https://wordpress.org/support/theme/travel-insight/reviews/#new-post

    Regards,
    Psink

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