Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #157409
    tbhesh
    Participant

    I would like to reduce the buffer between the header title and the menu, where <div wrapper singular-section> seems to refer to. I would like the header image or text title to be closer to the menubar on a wide single page. Is this possible? I’m already using a child theme if that helps.

    Thanks in advance!

    #157441
    sapana
    Participant

    @tbhesh:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    .wrapper.singular-section {
        padding-top:5px !important;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reduce wrapper size underneath menu/above header title’ is closed to new replies.