Make Newspaper full width

Posted in: Newspaper
Post count: 341

I know this isn’t a boxed layout, but I want to increase the width. Is it possible?

Post count: 6600

Hi,

You can do it but you will have to modify the css for other containers that make up the page so it would not be easy and you will need custom work for that. You may wanna get someone to help you with that if you don;t know hot to do it.

Thanks

Post count: 74

Thanks for info. Is it possible to set theme width to 1200px. Is that also something hard or just a modification of few codes.

Thanks Lucian.

Post count: 6600

Hi,

Any modification you make to the width cause other elements not be positioned correctly. Off course 1200px is a close value but it will still make the same changes. Use this css in your custom css filed then check how it affects you site and what changes you need to make to adjust it:

.container {
width: 1200px;
} 

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 341

Doesn’t work! So much problem 🙁

Post count: 9544

Learn to write css and you can make all the changes you need, or hire someone to do it.

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