-
AuthorPosts
-
August 9, 2018 at 10:00 am #995333
How to change the font size ? I trying change the Default content font size(The default font size for your content (eg: blog post content),but mobile font size still unchanging
Thank you in advance for your help!!!August 9, 2018 at 11:01 am #995368Hey yohopower,
Thank you for using Enfold.
You should be able to change that in the Enfold > General Styling > Fonts panel. Look for the “Default content font size” settings. You can also change the style of certain elements in the Enfold > Advanced Styling panel.
Best regards,
IsmaelAugust 13, 2018 at 10:27 am #996607I use this function.I found PC is changed but mobile font size still unchanging。
why?August 13, 2018 at 1:52 pm #996679Hi,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
RikardAugust 14, 2018 at 7:59 am #996998WEB:https://www.yohopower.com/good-recommended/yoyo-man/selena991.html
You can Comparison PC&Mobile font size is different。Thank you in advance for your help!!!
August 14, 2018 at 11:56 am #997041Hi,
Thanks for that, though I can’t reproduce the problem on my end. On the page you posted I can see the page using the Cardo font in 16 and 14 pixels both on desktop and mobile. Could you try to load the page in an incognito window using Chrome on your mobile device to see if that helps?
Best regards,
RikardAugust 15, 2018 at 4:46 am #997410How can I set up that mobile device font the same as desktop?
Can I adjust from CSS?
How to do?August 15, 2018 at 6:43 am #997448Hi,
The body or paragraph font size is set to 14px on desktop and mobile view. Is that what you want? You can use this css code to adjust the font size on mobile view.
@media only screen and (max-width: 767px) { body, body .avia-tooltip { font-size: 13px; } }
Best regards,
IsmaelAugust 16, 2018 at 9:19 am #997861yes !!That is what I want。Thank for your help
August 16, 2018 at 10:04 am #997874What is the default value of mobile view?
August 16, 2018 at 11:35 am #997906Hi,
The default value is the same as you set in the theme options, you can override it with Ismaels code though.
Best regards,
RikardSeptember 10, 2018 at 8:26 am #1007802Hi,
I tried hidden below function,but Mobile still display,How to fix ? Tks!
.blog-categories.minor-meta {
display: none !important;
}
.comment-container.minor-meta {
display: none;
}September 10, 2018 at 7:20 pm #1008030Hi,
Try adding this to target mobile:
@media only screen and (max-width: 767px) { .blog-categories.minor-meta { display: none !important; } .comment-container.minor-meta { display: none; }}
Best regards,
Jordan ShannonSeptember 11, 2018 at 3:49 am #1008150Hi,Jordan Shannon
Sorry ,now is work,because I set up wrong way!!September 11, 2018 at 9:09 am #1008265Hi,
Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardSeptember 18, 2018 at 6:16 am #1011088Hi,Rikard
If I want the article in the page,Add some more reading articles。
How can I do this?or other recommended pluginsThank you in advance for your help!!!
September 18, 2018 at 9:17 am #1011156September 18, 2018 at 1:18 pm #1011252Hi yohopower,
Can you explain a bit more, please, what the issue is now and what you’re trying to achieve?
Best regards,
VictoriaSeptember 20, 2018 at 4:06 am #1012119Hi,Victoria
I think I found the problem.looks like From the website Secure Sockets Layer。
Now solved ^^September 20, 2018 at 7:02 am #1012150Hi,
Great, glad you found the problem and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardSeptember 20, 2018 at 9:31 am #1012181Hi,Rikard
Another problem,I have tried on the website Add a button on the right side of the screen。
How to set it up can also be displayed on the mobile view?
()Thank you in advance for your help!!!
September 20, 2018 at 12:28 pm #1012247Hi,
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael -
AuthorPosts
- The topic ‘Display font size on mobile’ is closed to new replies.