Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52109
    andriansah
    Member

    Hi

    I make the header to be full width, but it become the primary menu not align with title.

    How can I make menu align with the title?

    the website is koperbunda.com

    Thanks

    #52158
    Sakin
    Keymaster

    @andriansah: This theme is not designed to make logo full Width. So, it cannot be done. But you can remove the padding by adding in the following cs in “Appearance => Theme Options => Custom CSS” box:
    #hgroup-wrap {
    padding-left: 0;
    padding-right: 0;
    }
    #site-logo {
    padding-top: 0;
    }

    To make the primary menu align with site title, you can add following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 961px) {
        #header-top, #header-right {
            margin-top: -75px;
            padding-top: 0;
        }
    }
    #52168
    andriansah
    Member

    Thank you! It’s work like I want it

    #52186
    Sakin
    Keymaster

    @andriansah: nice 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Make logo full width and fix menu’ is closed to new replies.