This topic has 4 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
Hi,
I have never touched the responsive of my website, it works alone and good but I have some textes that are too big for mobile version, how can i define the size of textes just in small size and keep it like it is for Large size ?
https://prnt.sc/ql8dmi
https://prnt.sc/ql8dvt
Hello,
For categories https://prnt.sc/ql8dvt you can add this code in Theme Options > Theme Custom CSS > Custom CSS for mobile:
.category-grid .categories-mask h4 {
font-size: 10px !important;
}
http://prntscr.com/ql8m0b
For headings, like https://prnt.sc/ql8dmi , you can add custom class http://prntscr.com/ql8nds and the next code in Cusrom CSS for moblie:
.mobile-heading {
font-size: 20px;
}
Regards
Thank you for your help !!
I understand the principe and for the categories it works fine but for the mobile tittles i have this now :
https://prnt.sc/ql97oe
Hello,
Provide URL of the page, please.
Regards
You must be logged in to reply to this topic.Log in/Sign up