Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #861253

    Hello Support,
    i want the two lines under the menu the same length as the Container width.
    I have the following code right now:

    #header {
        border-bottom: 1px solid;
    }
    
    #header_main {
        border-bottom: 1px solid;
        margin-bottom: 2px;
    }

    Here is a Picture of it:
    https://picload.org/view/dgcograa/upload.jpg.html

    Thanks for the help.

    • This topic was modified 7 years, 2 months ago by Jannis95.
    #861499

    Hey Jannis95,

    I’m not sure if that would be possible, but send us a link to your site and we’ll have a closer look at it.

    Best regards,
    Rikard

    #861594

    Here are the Login Info’s.

    #861606

    Hi,
    The element that has the border now is full width, but if you remove that border you can add a border to the content element which will give you the look you want.

    .template-page.content {border-top: 3px double!important; }

    Best regards,
    Mike

    #861608

    Thanks that worked perfectly.
    Is that possible for the Footer Line, too? Double Line and the same width as the Container?

    Best regards,
    Jannis

    • This reply was modified 7 years, 2 months ago by Jannis95.
    #861617

    Hi,
    Yes, change to:

    .template-page.content {border-top: 3px double!important; border-bottom: 3px double!important; }

    and remove your other footer border.

    Best regards,
    Mike

    #861621

    how to remove the other border?

    #861625

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .footer_color {border-color: transparent !important; }

    Best regards,
    Mike

    #861627

    Hey Mike,

    that didn’t work.

    Greetings Jannis

    #861644

    Hi,
    Your css was missing a curry bracelet, I fixed it :)

    Best regards,
    Mike

    #861660

    Hey Mike,

    Perfect! Thank you!
    Have a nice Sunday!

    Greetings
    Jannis

    • This reply was modified 7 years, 2 months ago by Jannis95.
    #861669

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Menu Lines same width as Container’ is closed to new replies.