This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #133105
     csloan
    Participant

    How do I change the width of the content area when the site is set to full width?  I like that the content is not full width ( and I do know how to make it full wide), but I just want it to be slightly wider.

    For example:  The content area on this page http://freedomleaf.com/freedom-leaf-magazine-home-page-design-redux/ seems to be about 1253px wide….I would like to adjust it to be about 1400px wide.

    I’m sure I could probably do it page by page with VC elements….but thinking 1400px wide for the entire site’s content would be nice.

    Would I use custom CSS? Or?

     

    Thanks!

    #133226
     Radu
    Moderator

    Hi,

    Using this css

    COPY CODE
    
    @media (min-width: 1440px) {
    .container {
        max-width: 1440px !important;
    }
    
    }
    

    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #133227
     csloan
    Participant

    Great thanks!

    #133365
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?