• Resolved tlcbikes

    (@tlcbikes)


    Is it possible to have a fixed header box size on my my website https://www.tlcbikes.com of say 50px?

    I have removed all the padding from the search box, Social network icons, logo amd menu but I still want the header box smaller in height.

    Any help would be great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    For now you need to remove the top margin that’s on your logo:

    #header .logo-wrap {
     margin-top: 0;
    }

    I’m guessing you want the menu bar next to the logo?
    You’ll need to modify the header.php (I think it’s that file) so that in the HTML structure the nav bar is just after the logo.

    Then wrap your logo & nav bar in a ‘<div>‘ and then all the other items to a right of them also in a ‘<div>‘, e.g https://awesomescreenshot.com/066216cb13 – It will help with your layout.

    Thread Starter tlcbikes

    (@tlcbikes)

    Thankyou that helped me get it to where I want! I also added a sign in and shopping cart link to make it look better.

    It’s all how I want it now ?? Thanks again.

    https://www.tlcbikes.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixed height for the heading area?’ is closed to new replies.