Hi there,
I have no color in my footer, except for a border on the top. The border is quite wide. I would like it a little bit smaller (on the sides) so it has the same width as the rest of my content and the navigation/menu.
Can you help me fix that?
Thank you :-)
Hey maaikevk,
The border is applied to the footer and it is its width. It can be applied to the container inside the footer, but it’s still not 100% like you want.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#footer {
border:none;
}
#footer .container {
border-top: 1px solid #8eb1b2;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria, This is a little bit better indeed.
Do you have a suggestion on making the line just a little bit less wide?
Can I do that with css?
Maaike
Hi Maaike,
Best regards,
Victoria
I think the option from your screenshot might look good indeed! Good thinking!