Quay Posted October 2, 2020 Share Posted October 2, 2020 (edited) Site URL: https://www.thekingkid.com/ I was wondering if it were possible to maintain the XL size of social icons for my desktop browser, but change it to Large just for the mobile version within my banner/header and footer sections so that they fit the screen correctly? Keep in mind I have another icon in the shows/tour section of the site that I would like to remain untouched if at all possible. The size of that icon is perfectly okay. Any solutions to this would be greatly appreciated. Edited October 2, 2020 by Quay Link to comment
tuanphan Posted October 3, 2020 Share Posted October 3, 2020 Add to Home > Design > Custom CSS /* resize social icons */ @media screen and (max-width:767px) { /* banner icons */ div#block-yui_3_17_2_1_1593299968496_10808 a { width: 20px; height: 20px; } /* footer icons */ div#block-yui_3_17_2_1_1593824945966_46865 a { width: 20px; height: 20px; } } 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
Quay Posted October 3, 2020 Author Share Posted October 3, 2020 8 hours ago, tuanphan said: Add to Home > Design > Custom CSS /* resize social icons */ @media screen and (max-width:767px) { /* banner icons */ div#block-yui_3_17_2_1_1593299968496_10808 a { width: 20px; height: 20px; } /* footer icons */ div#block-yui_3_17_2_1_1593824945966_46865 a { width: 20px; height: 20px; } } Thank you it worked! 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