max content-width

  • This topic has 1 reply, 2 voices, and was last updated 5 months ago by Support. This post has been viewed 266 times
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10046044
    brainvibes
    Participant

    Hi,
    i want to change the overall-width of the page content to 1320px.
    Can I do this with the following code, without breaking other layout-parts or modules?

    @media (min-width: 1200px) {
      .main .container {
        max-width: 1320px;
      }
    }

    Thanks for your answer. Kind Regards, Ecki


    #10046046
    Support
    Keymaster

    Hello, yes, it’s possible, we use the following code in demos like accounting 2, etc…:

    @media(min-width: 1460px) {
    	.container {
    		max-width: 1420px !important;
    	}
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.