keazeone Posted December 28, 2022 Share Posted December 28, 2022 The mobile version of my site page is sizing up these streaming icons, that I'm going to use as links. They are far too big, on the tablet version it still looks good and maintains intended shape/size. The rest of the image resizing being done on the mobile version I like, I just want to keep these streaming icons horizontal.How can I get just the streaming icons to be sized smaller on the mobile version??Thanks for any help in advance! Link to comment
tuanphan Posted December 30, 2022 Share Posted December 30, 2022 Hi, What is page url? We can help easier keazeone 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
keazeone Posted December 31, 2022 Author Share Posted December 31, 2022 On 12/30/2022 at 6:58 AM, tuanphan said: Hi, What is page url? We can help easier Woops, my bad thought I had included the URL. https://keazemusic.com/kod2 Link to comment
Solution tuanphan Posted January 2 Solution Share Posted January 2 On 12/31/2022 at 10:05 PM, keazeone said: Woops, my bad thought I had included the URL. https://keazemusic.com/kod2 Add to Design > Custom CSS @media screen and (max-width:767px) { div#page-63aa54d2dfe53e33bb4c9d9f>.row:nth-child(4)>.span-1 { width: 33.333% !important; float: left !important; } div#page-63aa54d2dfe53e33bb4c9d9f>.row:nth-child(4)>.span-2 { width: 66.6667% !important; float: left !important; } div#page-63aa54d2dfe53e33bb4c9d9f>.row:nth-child(4)>.span-2 .span-1 { width: 50% !important; float: left !important; } } keazeone 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
keazeone Posted January 2 Author Share Posted January 2 8 minutes ago, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:767px) { div#page-63aa54d2dfe53e33bb4c9d9f>.row:nth-child(4)>.span-1 { width: 33.333% !important; float: left !important; } div#page-63aa54d2dfe53e33bb4c9d9f>.row:nth-child(4)>.span-2 { width: 66.6667% !important; float: left !important; } div#page-63aa54d2dfe53e33bb4c9d9f>.row:nth-child(4)>.span-2 .span-1 { width: 50% !important; float: left !important; } } Really appreciate your help and what you do for the forums! Many thanks! 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