Questions!

Posted in: Newspaper
Post count: 43

hi~

<div class=”td-paragraph-padding-1″></div> <=== Does it apply to mobile screens?

Post count: 35449

Hi,

That depend on the content you set in posts, if your content include <div class=”td-paragraph-padding-1″></div> then this will be display on mobile too.

Thank you!

Post count: 43

hi..

Calin..

How do I prevent it from appearing on mobile?

I want to make it visible only on my PC.

Post count: 35449

Hi,

You can set a class on it and add a custom css that will hide it if it will be display on a mobile, here is an example:
<div class="td-paragraph-padding-1 hide-on-mobile "></div>
-> http://prntscr.com/pn18zb
.hide-on-mobile {
display: none
}

Also please notice that the code set in Theme Panel > Advance css will not work for mobile theme, only for responsive version.

Thank you!

Post count: 43

Cool calin

Thank you!

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