Site logo

[Support request] Vertical line on the blog page

Home Forums Support [Support request] Vertical line on the blog page

Home Forums Support Vertical line on the blog page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2421514
    Dev

    Hello,

    Please check the below screenshot URL.

    https://prnt.sc/mEH8VEmnBJ09

    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.

    #2422035
    Leo
    Staff
    Customer Support

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.