[Support request] Horizontal line under header

Home Forums Support [Support request] Horizontal line under header

Home Forums Support Horizontal line under header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #258912
    Leon

    Is it possible to setup a horizontale line under the header, above the menu? 1px?

    #258924
    Tom
    Lead Developer
    Lead Developer

    You could try this CSS:

    .site-header {
        border-bottom: 1px solid #000000;
    }
    #264917
    Leon

    Is het also possible to get a horizontale line under the navigation. So that the menu has a horizontale line above and under the menu? I think this will look even more beautiful.
    Thanks again.

    #264993
    Leo
    Staff
    Customer Support

    Hi Leon,

    Try replacing Tom’s code with this CSS:

    .main-navigation {
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }

    Let me know.

    #356249
    Christer Martensson

    Hi!
    I want to have a 1px line under the header.
    I’ve tried the above code and it works well but I want that line not to be longer than the container’s width (I have set the width to 850px).

    I also have another problem I want to solve:
    When I look at some of the pages the menu and the logo moves little bit to the left. I’ve found out that i depends of the content of the page but cannot understand why this happens.

    /Christer

    #356293
    Leo
    Staff
    Customer Support

    Hi there,

    Can you please open up a new topic with these questions and provide a link to your site possibly?

    Thanks!

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