Home Forums Pro Themes Clean Commerce Pro Distance Header Image and body text

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #58248
    blueman
    Participant

    How can I decrease the distance between my Header Image and the body text?

    http://www.bluefinancial.nl/service-portfolio/

    Thanks!!

    #58295
    wensolutions
    Keymaster

    Hello @blueman,

    To reduce the distance between the header image and content use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #content {
        padding: 0px 0;
    }

    Hope this helps.

    Best Regards!!

    #58308
    blueman
    Participant

    Thanks!

    It works on the page where i use the slider – but not on the other pages – for example

    http://www.bluefinancial.nl/service-portfolio/

    Is the Header Image too small?

    #58309
    wensolutions
    Keymaster

    Hello @blueman,

    Use below given CSS to target the pages .

    .page #content {
        padding: 0px 0;
    }

    Hope this helps.

    Best Regards!!

    #58315
    blueman
    Participant

    Thanks

    #58317
    wensolutions
    Keymaster

    Hello @blueman,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    Thank you 🙂

    Best regards !!

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