Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #387015

    Is it possible to insert a small bar at the bottom of the header
    I have now as a workaround at the top of the maincontent a colorsection with a ID. In the style.css of the enfold-child i give the color to it. The position of the small bar (petrol) should be fixed there.
    Thanks.

    #387270

    Hey fortbliss!

    We could add a border with CSS but then that would stick to the header as you scroll down the page. I think what your currently doing with the color section is a good workaround.

    Cheers!
    Elliott

    #387627

    Hi Elliot,
    If there is an easy solution to do this in css, i would like this. If this is too difficult i would leave it this way.
    Thanks.

    Best Regards,
    Michael

    #388130

    Hi!

    You can try this on Quick CSS:

    header#header {
    border-bottom: 15px solid red;
    }
    
    .html_header_top.html_header_sticky.html_large #main {
    padding-top: 146px;
    }

    Adjust the border color.

    Cheers!
    Ismael

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