Two Questions: Deleting More Stories Popup on Mobile & changing text box width

Posted in: Newsmag
Post count: 32

Hi, how can I delete the more stories popup on mobile. When I scroll down, it blocks a lot of text. I like it on desktop but not on mobile.

Also, how can I change the width of the box the text is in. Here is how it currently looks with your theme:
https://imgur.com/a/Od9R1WS

Here’s what i want it to look like:
https://imgur.com/a/oksHXlD

Post count: 35449

Hi,

To disable the more stories popup from mobile you’ll need to use this custom css:
body .td-more-articles-box{
display: none;
}

Please set this code in theme panel > custom code> advance css> in phone section.

Unfortunately, the Newsmag theme do not have an option like the Newspaper theme to can change the post width, the only option it is using a custom css.
I think that you can try this custom css
.single .td-pb-span8{
width: 75%!important;
}
.single .td-pb-span4{
width: 25%!important;
}

You can adjust the width for the columns

Thank you!

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