Jump to content

Icon Sizes on Mobile

Recommended Posts

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 by Quay
Link to comment
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.