Hello support,
All the way at the bottom of my site, between the widget columns and copyright there is a green line. The line is to wide. How can I make it smaller? Shorter.
Thanks in advance.
Hey Alfredo,
It seems like you have added it by adding following code to Quick CSS
#footer .container {
border-bottom: 2px solid #00BEBE !important;
}
You can remove it and add following code to bottom of Quick CSS instead and adjust the width as needed
#footer .container::after {
border: 2px #00BEBE solid;
width: 50%;
visibility: visible;
margin: auto;
}
Best regards,
Yigit
Yigit. Thank you! It worked!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit