Archived topic
Vertical line on the blog page
1 reply · Started by Dev on November 18, 2022
Viewing posts 1–2 of 2
Hello,
Please check the below screenshot URL.
Some vertical line is coming on the righthand side of my blog page. And I want to remove it. I've added the website URL in the private box.
Please let me know.
Hi there,
Go to the Additional CSS field in the customizer and locate this CSS:
.inside-article, .sidebar .widget, .comments-area {
border-right: 2px solid rgba(0, 0, 0, 0.07);
border-bottom: 2px solid rgba(0, 0, 0, 0.07);
box-shadow: 0 0 10px rgb(232 234 237 / 50%);
}
And remove this line:
border-right: 2px solid rgba(0, 0, 0, 0.07);
Let me know if this helps :)
This archived topic is closed to new replies.