Fluid Layout , how to change width of you Newsmag?

Posted in: Newsmag
Post count: 1

Hello , we have one question about the width of NewsMag , how is the ideal way to change the layout :

For example now days the fix max resolution of NewsMag is a little bit our dated.

we would love to fix it the mobile first to a 1280px max

so far working for a fluid footer or header we managed to change


.td-footer-container,
.td-sub-footer-container {
  width: 100%;
}
.td-footer-container .td-pb-row,
.td-sub-footer-container .td-pb-row {
  width: 100%;
  margin: 0 auto;

  @media screen and (min-width: 1024px) {
    width: 1021px;
  }

  @media screen and (min-width: 1280px) {
    width: 1200px;
  }
}

But what about all the content , right now , we are using Scandal based content

And the First module and all the other modules maybe a pain to resize everything, is there any other (easy) way to achieve this.

thank you

  • This topic was modified 7 years by Moises.
  • This topic was modified 7 years by Moises.
Post count: 23312

Hi,

Unfortunately, the theme does not have any such an option that allows you to make it full width, sorry! The Newsmag has a fixed width and the layout can be easily broken.

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.