nimotech Posted May 11, 2020 Share Posted May 11, 2020 Site URL: https://www.nimocom.com/ Hi, i want to know is a way to reduce the size of my icons in the mobile view, cause they're taking all the width of the screen. I try via custom CSS but the icons end aligned to the left. The page is https://www.nimocom.com/ Thanks in advance Link to comment
tuanphan Posted May 11, 2020 Share Posted May 11, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#block-33c92785a8dbe7f9483a+.row .span-2 { width: 33.33% !important; float: left !important; } } 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
nimotech Posted May 11, 2020 Author Share Posted May 11, 2020 thanks @tuanphan i'll give it a try Link to comment
PatrickJ Posted October 24, 2020 Share Posted October 24, 2020 Hey @tuanphan, having the same problem over at adelska.com/stone-pine-accounting I want the numbers to remain small, either in the same position on mobile that they are on desktop, or if they're stacked, to remain small, cheers! Link to comment
tuanphan Posted October 24, 2020 Share Posted October 24, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { /* image 1 */ div#block-yui_3_17_2_1_1603233649229_34133 { width: 50%; margin: 0 auto; } /* image 2 */ div#block-yui_3_17_2_1_1603233649229_107209 { width: 30%; margin: 0 auto; } /* Number 1 */ div#block-yui_3_17_2_1_1603485922266_12601 { width: 30% !important; } /* number 2 */ div#block-yui_3_17_2_1_1603487663385_9106 { width: 30% !important; } /* number 3 */ div#block-yui_3_17_2_1_1603487663385_18839 { width: 30% !important; } div#block-yui_3_17_2_1_1603487663385_171377 { width: 40%; } div#block-yui_3_17_2_1_1603487663385_174951 { width: 40%; } div#block-yui_3_17_2_1_1603487663385_178835 { width: 40%; } div#block-yui_3_17_2_1_1603487663385_182107 { width: 34%; } } 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
Archived
This topic is now archived and is closed to further replies.