"Smart List" Text Size

Posted in: Newsmag
Post count: 25

I have a text size problem on the Smart List, because after I use the Smart List, the text inside the smart list is smaller in size than the text that is outside of the smart list.

The view can be seen here: https://goo.gl/Z57o7s

(Note: That’s just an example image, if you want me to not use the image, I can delete it. I just want to be helped right now.)

I beg for help, how to make the size of text that is in the smart list is the same as the text size that is outside the smart list.

Thank you for the help.

Powered by: Google Translate

Post count: 23312

Hello Titus Sutio Fanpula,

Please provide your website URL with the smart list post so I can take a closer look at it and also, so I will be able to provide a more accurate response/code.

Thanks for your understanding!

Post count: 25

Thank you for responding.

Here’s the URL of the website with articles that use smartlist: https://goo.gl/eQtB8E

Please Help Me.

Thanks in advance.

Post count: 23312

Hello Fanpula,

Please notice that all the settings regarding on font can be managed from the editor when you edit your Smart List. Do you have tried this? -> https://www.screencast.com/t/QAjCzrhe YOu can provide your smart list source code so I can check it on my website so I will be able to guide you.

Thanks for the message!

Post count: 25

Thanks, It’s work, but I have to do it manual.

how to make it automatic from Theme Panel or form live CSS?

or what main fonts should I resize to make them all fit? because I’ve used Newspaper and it’s fine.

If you can answer also this question, I would like to ask:
– When can newsmag be supported with AMP plugins, as provided for the newspaper?
– When can newsmags organize mobile-featured ads as provided for the newspaper template?

Sorry, my question is too many. Thank you in advance.

Powered by: Google Translate.

Post count: 20688

Hi,

The paragraphs inside the smart list have different font properties than the regular post content font. This smaller font overrides the default font
https://www.screencast.com/t/ODucUtxW4BqL
You could use a code to make the font bigger for all the smart lists style 8 (if you have used that often), just as the post content paragraphs
https://www.screencast.com/t/EwWW62eW

.td_smart_list_8 .td-sml-description p {
font-size: 14px;
}

You can change the value according to your post content paragraphs if needed, this is for default settings. Let me know if you use more smart list styles, the code may need additions.

The AMP plugin is currently available only for the Newspaper theme, at this moment I cannot say if or when it will be available for Newsmag.

Regarding ads on mobile, the same ads from desktop will be shown. Newsmag does not have a dedicated mobile theme that would have it’s own ad spots. Only if you use different ads than Adsense you could use these specific containers
https://forum.tagdiv.com/newsmag-using-other-ads/

Thanks

Post count: 25

Thanks, It’s Work.

Ok, thanks in advance. For you Respond

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