EXPAND THE SIZE OF MY WEBSITE VIEW BY HELP OF NEWSPAPER THEME

Posted in: Newspaper
Post count: 74

here is a new issue , please solve my problem as soon as possible _

hellow sir i am the new user of your newspaper theme.

my question is –

i want to expand my width of my all headers with disply view, because my display is show like much cunjasted so here is my screenshot – https://www.screencast.com/t/7FPER3jA

i want to expand it like – https://www.screencast.com/t/Bcq8XoVvn

Post count: 22421

hello,
The theme on mobile devices provides a left and right padding.
You can alter this behavior by using this css code in the theme panel-> custom css section:

@media (max-width: 767px){
.td-container, .tdc-row {
width: 100%;
padding-left: 0;
padding-right: 0;
}}

Thank you!

Post count: 74

THANK YOU SO MUCH !

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