Site logo

Archived topic

My Site - how to remove white border

3 replies · Started by Uwe Pfeifer on April 24, 2019

Viewing posts 1–4 of 4

https://www.101login.eu/ <-- how can I remove the white border around content and widgets?

Thanks a lot! :D

Hi there,

look for and remove this CSS in Customizer > Additional CSS:

.sidebar .widget,
.comments-area {
    border: 1px solid rgba(232, 234, 237, 1);
    box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}

Thank you very much! This worked! :)

Glad to be of help

This archived topic is closed to new replies.