[Resolved] line (100%) under the header

Home Forums Support [Resolved] line (100%) under the header

Home Forums Support line (100%) under the header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1375273
    newmedianewpeople.com

    Hi I would like to put a full length line (100%) under the header. Like this

    Like this (EXAMPLE)

    .top-bar {
    border-bottom: solid 1px rgba(136,136,136,0.5);
    }

    brunoborsi.com

    #1375367
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know πŸ™‚

    #1375526
    newmedianewpeople.com

    yes

    #1375622
    David
    Staff
    Customer Support

    Hi there,

    try this:

    .site-header {
        border-bottom: solid 1px rgba(136,136,136,.5);
    }
    #1375655
    newmedianewpeople.com

    does not work πŸ™

    #1375712
    David
    Staff
    Customer Support

    thats because the site is now using the navigation as header…. so you would need this CSS:

    #site-navigation {
        border-bottom: solid 1px rgba(136,136,136,.5);
    }
    #1375730
    newmedianewpeople.com

    Perfect Thank you
    thanks a lot as always. I will always be your customer πŸ™‚ greetings from Italy

    #1376101
    David
    Staff
    Customer Support

    Glad to be of help !

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