ManonLarrieu Posted December 30, 2019 Share Posted December 30, 2019 Hello, Hello, I am almost done, redoing my website. I have noticed some issue when switching from desktop to tablet & mobile: Tablet issue :https://www.qualitycupofcoffee.com/formations-sca-1 On that page my price boxes (pink square ones) does not seem to resize well on tablet, same goes for the green coffee courses cards below. On tablet, the typo is going all over the place. Any idea? Mobile issue: I realized that for my coffee courses cards, my title typo font is changing from desktop to mobile, not sure why. I got the same typo font change issue on the first page of my website (the testimonial area). My font is switching from Freight Big pro to ... I don't know what. Thanks, Manon Link to comment
tuanphan Posted December 30, 2019 Share Posted December 30, 2019 Add to Home > Design > Custom CSS to resize font size (price, title) @media screen and (min-width:641px) and (max-width:900px) { .cs-pricing-table-2__price { font-size: 45px; } h3.cs-pricing-table-2__title { font-size: 12px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ManonLarrieu Posted December 30, 2019 Author Share Posted December 30, 2019 Thanks, it works perfectly ! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.