How do I delete the little line/spacer between widgets in my sidebar (it seems to appear automatically)?
Propulsion sidebar line
4 posts from 3 voices-
Posted 6 months ago #
-
Hi ATX,
Try to add the this code in your Quick CSS or custom.css:
.sidebar .seperator.extralight-border { display: none; }or, use this code if the code above doesn't work:
.sidebar .seperator.extralight-border { display: none !important; }This code removes all those separators being added on the sidebar.
Regards,
IsmaelPosted 6 months ago # -
Nice one, Ismael. Top code worked.
Thx.Posted 6 months ago # -
Glad that worked for you :)
Regards,
Devin
Posted 6 months ago #
Topic Closed
This topic has been closed to new replies.














