This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #134560
     alexplex86
    Participant

    Hello! I have chosen full width inside theme options. The full width of the whole website seems to be around 1300px. I was just wondering if I can change that width and increase it a little.

    #134591
     Radu
    Moderator

    Hi,

    You can change the max container width using this CSS

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

    Replace 1680px with your desired value.

    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 2 posts - 1 through 2 (of 2 total)

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

Log in with your credentials

Forgot your details?