max content-width

Home Forums Porto – Responsive HTML5 Template max content-width

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


    • This topic was modified 1 week, 6 days ago by brainvibes.
    #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.