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.
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
Here are the Login Info’s.
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
Thanks that worked perfectly.
Is that possible for the Footer Line, too? Double Line and the same width as the Container?
Best regards,
Jannis
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
how to remove the other border?
Hi,
Try this code in the General Styling > Quick CSS field:
.footer_color {border-color: transparent !important; }
Best regards,
Mike
Hey Mike,
that didn’t work.
Greetings Jannis
Hey Mike,
Perfect! Thank you!
Have a nice Sunday!
Greetings
Jannis