YTHO Posted June 1 Share Posted June 1 Hi guys, I need some help with subtitle code I've added to my index items! I've added in the below code to add a subtitle to my index items and I'm happy with how it looks on desktop but when I look it on mobile the subtile is a bit too big! Any help would be much appreciated! /*general config for subtitle*/ .index-section .index-item-title:after { color: #FFFFFF; display: block; font-weight: lighter; font-size: 20px; } @media screen and (max-width: 640px) { h2.item-pagination-title.preFade.fadeIn { font-size: 0.8rem; } } /*set content for subtitle item*/ .index-section:nth-child(1) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(2) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(3) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(4) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(5) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(6) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(7) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(7) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(8) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(9) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(10) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(11) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(12) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(13) .index-item-title:after { content: 'DISCOVER MORE'; } .index-section:nth-child(14) .index-item-title:after { content: 'DISCOVER MORE'; } Link to comment
tuanphan Posted June 3 Share Posted June 3 Hi, What is site url? We can check code easier 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
YTHO Posted June 8 Author Share Posted June 8 (edited) On 6/3/2023 at 11:17 PM, tuanphan said: Hi, What is site url? We can check code easier This is it > http://www.yannthompson.com Edited June 8 by YTHO Link to comment
Solution tuanphan Posted June 11 Solution Share Posted June 11 Add this code under @media screen and (max-width:640px) { .index-section .index-item-title:after { font-size: 12px !important; } } YTHO 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment