Jump to content

Logo in Footer Too Large on Mobile

Recommended Posts

13 hours ago, tuanphan said:

Add to Design > Custom CSS


/* Mobile-Footer-Logos */
@media screen and (max-width:767px) {
div#page-section-6072fb7209cda5305a709b9d .span-2:nth-child(3) {
    width: 66.666% !important;
    float: left !important;
}
div#page-section-6072fb7209cda5305a709b9d .span-2:nth-child(3) .span-1 {
    width: 50% !important;
    float: left !important;
}
div#page-section-6072fb7209cda5305a709b9d .span-2:nth-child(4) {
    width: 33.333% !important;
    float: left !important;
}
div#page-section-6072fb7209cda5305a709b9d .span-3:nth-child(5) {
    clear: left;
}
}

 

Thank you so much! works perfectly! really appreciate your help

Link to comment

hei. I would like as well to get this issue with footer logo getting enormous solved. It seems it is linked with the root name but i don't know where to find it... help very welcome thank you !

 

this is our website with the issue: www.bioregion.institute

Alexandre

Link to comment
17 hours ago, AlRaBa said:

hei. I would like as well to get this issue with footer logo getting enormous solved. It seems it is linked with the root name but i don't know where to find it... help very welcome thank you !

 

this is our website with the issue: www.bioregion.institute

Alexandre

Add to Design > Custom CSS

/* Mobile footer logo */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1613058210742_37426 {
    width: 50%;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
5 hours ago, lmishima said:

Hi! I would love to get help as well... Thank you in advance!!!

https://finch-mandolin-5zps.squarespace.com

pass: cupola

Add to Design > Custom CSS

/* Mobile resize footer logo */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1620162647316_11676 {
    width: 30%;
}
}

image.thumb.png.8c51151abacb417c84d09e9a01107bf9.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 4 weeks later...
  • 2 weeks later...
  • 1 month later...
6 hours ago, idamay said:

Same problem.. @tuanphan can't figure out the right CSS to make the image (logo) on the homepage smaller on the mobile and so that it also stays in the centre... ?! Screenshots attached. 

https://www.kevinthomasfilm.com/

Password: KTF

 

Screenshot 2021-08-04 at 22.58.34.png

Screenshot 2021-08-04 at 22.58.48.png

That strange. I remember I answered your problem.

Add to Design > Custom CSS

/* Mobile resize images */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1627563480786_5210 {
    width: 50%;
    margin: 0 auto;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 8/5/2021 at 5:07 AM, tuanphan said:

That strange. I remember I answered your problem.

Add to Design > Custom CSS

/* Mobile resize images */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1627563480786_5210 {
    width: 50%;
    margin: 0 auto;
}
}

 

Thank you @tuanphan this is great. Just a minor adjustment. I'd like to have the image in the middle when viewing on mobile so little lower... could you help me to tweak that? Thank you again!! 

Screenshot 2021-08-06 at 15.13.28.png

Link to comment
On 8/6/2021 at 9:13 PM, idamay said:

Thank you @tuanphan this is great. Just a minor adjustment. I'd like to have the image in the middle when viewing on mobile so little lower... could you help me to tweak that? Thank you again!! 

Screenshot 2021-08-06 at 15.13.28.png

Try this

/* Mobile resize images */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1627563480786_5210 {
    width: 50%;
    margin: 0 auto;
	position: relative;
	bottom: -50px;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 4 weeks later...
On 9/4/2021 at 8:42 AM, nbellaro said:

Also struggling with this if someone would be willing to help me out

www.bayviewbarberco.com

pw: Bayview2021

Add to Design > Custom CSS

/* Make footer logo smaller */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1628858980913_3765 {
    width: 50%;
    margin: 0 auto;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 month later...

@tuanphan Hi there! I am struggling with the exact same thing others have struggled with in this thread, I uploaded my logo in footer nav as an image block but it appears way too big on mobile and takes up the entire screen. Would very much appreciate any help! Let me know what you need from me to help 🙂 Thanks in advance!

Link to comment
On 11/3/2021 at 9:33 PM, garpar60 said:

@tuanphan Hi there! I am struggling with the exact same thing others have struggled with in this thread, I uploaded my logo in footer nav as an image block but it appears way too big on mobile and takes up the entire screen. Would very much appreciate any help! Let me know what you need from me to help 🙂 Thanks in advance!

Can you share link to your site? We can check easier

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 11/12/2021 at 8:20 PM, Mr_Phil said:

I'm sorry @tuanphan. I have the same issue as well.

Tried the code that you implemented on previous comments and changed the block yui to mine but still keeps the same size in mobile format.

Can you please shine some of your knowledge here?

Site: neux.se

Password: ux2022

2021-11-12 14_20_09-Philip Neuman.png

Add to Design > Custom CSS

/* resize footer logo mobile */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1636720506802_8865 {
    width: 50%;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 month later...
22 minutes ago, amacarv said:

Hi @tuanphan
I tried a couple of your codes but no success so far 😞 

Could you give me hand, please?

https://dalmatian-grouper-jpfs.squarespace.com/
pw: tttm2021

Thanks much!

Screen Shot 2022-01-07 at 7.00.07 PM.png

Screen Shot 2022-01-07 at 7.00.28 PM.png

Use this CSS

/* Mobile footer */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1639432249028_6136 {
    width: 20%;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 1/17/2022 at 10:42 AM, thisisavocado_ said:

@tuanphan

Can you help me too please? 

 

This is my site: https://www.thisisavocado.com/

 

The footer logo is fine on desktop but massive on mobile.

Add to Design > Custom CSS

/* Resize footer mobile logo */
@media screen and (max-width:767px) {
footer.sections .image-block {
    width: 30%;
    margin: 0 auto;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.