Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #109022
    amyfanton
    Participant

    Hi guys, I’m making some changes and there are a couple of things I am hoping you can help with?

    1. Is there a way to remove the border around the main content area of the page? I’ve attached a photo to show you exactly what I mean. I’ve made the background all white but I’d love for there not to be any line of separation between the background color and the main content area.

    2, Also, Is there a way to decrease the margin around the main content area of the page? You can also see what i mean in the photo.

    You can see the screenshot of what I mean here:
    https://s29.postimg.org/agq4s94br/Screenshot_AFF.jpg

    Thank you!

    #109071
    Pratik
    Keymaster

    Hi @amyfanton,

    Please try following code in Appearance=> Customize=> Additional CSS box:

    
    .site {
        box-shadow: none;
    }
    
    #main {
        padding: 2px; /* increase/decrease this value to increase/decrease the margin around the main content area */
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #109331
    amyfanton
    Participant

    Thank you Pratik!

    It seems like it works everywhere except for my blog. Any additional CSS I could put in to apply there as well?

    Thank you!
    Amy

    #109406
    Pratik
    Keymaster

    Hi @amyfanton,

    Can you please post in your site url?

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Border around content & Decrease margin around content’ is closed to new replies.