Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #88523
    KristiinaVaalasmaa
    Participant

    Hi,

    I would like to lower the height of the header sidebar on my site so that the slider would be much higher than it is now (http://webshop-vaalasmaa.esy.es/), is there a way to do that?

    Thanks in advance!

    Br,

    Kristiina Vaalasmaa

    #88524
    Mahesh
    Keymaster

    @kristiinavaalasmaa: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #masthead {
        padding-bottom: 0;
        padding-top: 0;
    }
    
    #catchadaptive_social_icons-2 {
        padding-bottom: 0;
    }
    
    #site-branding {
        display: none;
    }

    Regards,
    Mahesh

    #88526
    KristiinaVaalasmaa
    Participant

    Thanks so much for your quick reply, problem fixed! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header sidebar height’ is closed to new replies.