[Resolved] border width under main navigation

Home Forums Support [Resolved] border width under main navigation

Home Forums Support border width under main navigation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2332750
    Jusung

    Hello. I have 2 issues.

    1.
    As you can see on my website, the border under main navigation is fully stretched.
    I want to have the same length of border as the length of header(title, primary navigation, addtional right menu).

    2.
    I want the border under navigation menu to be white on the front page and on the other page, the border has to be black.
    How can I make this? I make the border on additional CSS

    #2332981
    David
    Staff
    Customer Support

    Hi there,

    change your CSS to this:

    .home .main-navigation .inside-navigation {
        border-bottom: 1px solid whitesmoke;
    }
    
    .main-navigation .inside-navigation {
        border-bottom: 1px solid #000;
        padding-top: 30px !important;
        padding-bottom: 10px !important;
    }
    
    #2333178
    Jusung

    Thank you!

    It works.

    However, the problem is that
    I gave padding-bottom to make space between the letter and the border.
    Now, there is the letter and border are too close and no way to make a space between.

    Could you help with this?

    #2333256
    David
    Staff
    Customer Support

    I updated the CSS above to fix that.

    #2339404
    Jusung

    Thank you!! It has been resolved!

    #2339854
    David
    Staff
    Customer Support
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.