[Support request] How Do I remove the border from around my page please?

Home Forums Support [Support request] How Do I remove the border from around my page please?

Home Forums Support How Do I remove the border from around my page please?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2363399
    Daniel

    https://mdlifestylemarketing.com/about-us/ This is the link to my page.

    #2363448
    Fernando
    Customer Support

    Hi Daniel,

    In Appearance > Customize > Layout > Container, try increasing the Container Width to a high value like 2000px.

    #2364619
    Daniel

    Hi Fernando, I don’t want that border around my about us page at all is there any way for me to remove it with CSS, please?

    #2364754
    Fernando
    Customer Support

    To clarify, you just want to remove the “border” from the about us page? If so, can you revert the Container Width to its previous value? There’s a refresh icon there if you want to set it back to the default value.

    Also, to be sure, can you take a screenshot of the border you’re referring to?

    Uploading Screenshots: https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots

    Let us know.

    #2365747
    Daniel

    https://postimg.cc/xXw2ZbZ5 Here is the link to my page with the border around it. I would like to remove it from all pages and post please. How do you do it with CSS?

    #2365803
    Fernando
    Customer Support

    To clarify, do you want all pages and posts to be full width? Or just remove the Off-white “border”.

    If you just want to remove the Off-white “border”, you can do so by selecting an identical color for your Body Background in Appearance > Customize > Colors > Body > Background, similar to the Content Background color.

    Let us know.

    #2366460
    Daniel

    That doesn’t work. It still has an outline around the content

    #2366973
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > Additional CSS and Delete this CSS rule:

    
    body:not(.single-post) .inside-article, .sidebar .widget, .comments-area {
        border-right: 2px solid rgba(0, 0, 0, 0.00);
        border-bottom: 2px solid rgba(0, 0, 0, 0.00);
        box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    }
    #2366981
    Daniel

    Thank you that got it done!

    #2367027
    David
    Staff
    Customer Support

    Glad to hear that

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