Okay
  Public Ticket #2116182
Change site's wrapper width to be narrower
Closed

Comments

  •  2
    Jacob Pernell started the conversation

    Hi there, I'd like to make the wrapper of the site a bit smaller so that all the content fits into a narrower space so that there's more whitespace on the left/right side on all pages. I tried changing the css for the .wrapper's width property but that didn't seem to work. I've attached a rough before/after mockup of what I mean. Is this possible? Thanks!

  • [deleted] replied

    Hi Jacob,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Can you please add the code below to your Custom CSS area:

    /* Customisation for container size */
    @media (min-width: 1200px) {
        .container, .content-area {
            width: 1000px;
        }
        
        .vc-container .vc-parent-row.row-stretch_row>.vc_row,
        .vc-container .vc-parent-row.row-default {
            width: 1000px;
            max-width: 1000px;    
        }
    }

    Have a nice day!

  •  2
    Jacob Pernell replied

    Ahhh, thank you very much! I appreciate your help :)

  • [deleted] replied

    Hi Jacob,

    Happy to hear that you are happy with the results.

    I wish you have a nice friday and a great weekendsmile.png

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance.