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

    I want to shrink the space in which content is written. I’m not even sure what it is properly named. I’d like to make it more narrow. Like closer to a pamphlet instead of a sheet of paper. If that makes any sense. http://stokesfloorcovering.com/ Thanks again guys.

    #197209

    Hey Barabbas!

    I guess you mean the padding, try adding this to the Quick CSS:

    .avia-image-container img {
        margin: 0 !important;
        width: 100%;
    }
    
    .container {
        margin: 0 20px !important;
    }

    Regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How can I shrink the white space on my page?’ is closed to new replies.