modify the newspaper width size template

Posted in: Newspaper
Post count: 3

Hello

I would like to know if it is possible to modify the width size of the newspaper theme : content column, widget column or template.
For instance : modify the template size to 1164px to 1080px ?
I haven’t seen any possibilities in the newspaper interface panel.
So is it possible with the panel or with some html or css changes ?

thanks for your answer
fraktale911

Post count: 23312

Hello fraktale911,

Unfortunately, our theme has not been designed to use another width and you do not find an option to change this from our theme panel. We do not recommend to change the values of the width because the theme was not designed to have this layout. To achieve another width, you will need custom modifications after this in theme’s core files. This is a complex task and I can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment, sorry.
The values of the width you can change with CSS, but the whole theme will need to do other customization because the layout will be changed.

.td-container {
width: 1068px;
}

Hope this helps!

Thank you for your understanding!

Post count: 3

Hello,

thanks for you answer.
I perfectly understand. But it would be great with you could add this ‘witdh size option’ in future newspapers versions.

Fraktale

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