Jump to content

Reorganize Footer Elements For Mobile View

Recommended Posts

Site URL: https://www.shrgeneralcontracting.com

Hello, I am attempting to reorganize the footer so that on mobile the elements are organized in an in-line format on mobile.

How it is on desktop: I have the social media buttons at the bottom left, a few links <a> spaced out in the middle and the logo on the right. Underneath them all I have a copyright <p> tag. Please take a look at the attached image for reference.

How I want it on mobile: I would like either the logo first, followed by the social media buttons, the three <a> links on the same line and finally the copyright beneath that. All elements should be centered. 

If I was simply coding this it would not be that hard but working with the square space interface has thoroughly confused me. Please help!

desktop view.png

Link to comment
  • 1 year later...

Hello! I'm needing help with this same issue. This is what the footer currently looks like on my mobile website. 

I'd like for it to have the image logo "Brooke Sause" ordered first with the rest of the content following it and centered only on mobile. Would someone be able to help me with this?

The site URL is www.brookesause.com and the password is brooksause

 

Screen Shot 2022-03-21 at 4.29.17 PM.png

Edited by beckacruz
inserted url
Link to comment
11 hours ago, beckacruz said:

Hello! I'm needing help with this same issue. This is what the footer currently looks like on my mobile website. 

I'd like for it to have the image logo "Brooke Sause" ordered first with the rest of the content following it and centered only on mobile. Would someone be able to help me with this?

The site URL is www.brookesause.com and the password is brooksause

 

Screen Shot 2022-03-21 at 4.29.17 PM.png

brooksause

Password is incorrect

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 3/22/2022 at 11:57 PM, beckacruz said:

My bad! It's brookesause

Thank you.

To center footer on mobile, add this to Design > Custom CSS

/* Mobile-Footer-Center */
@media screen and (max-width:767px) {
div#page-section-61fc51c1ab986b4510d932c3 * {
    text-align: center !important;
}
}

 

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

Hi @tuanphan! Any suggestion to line this up?

https://plum-ocelot-fakz.squarespace.com/
pass: spine

I tried the below..

/* Mobile footer links */
@media screen and (max-width:767px) {
div#block-bd09f58bfc07aae9ce64 h4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center important!;
}
div#block-#block-bd09f58bfc07aae9ce64 a + strong {
    display: none;
}
div#block-#block-bd09f58bfc07aae9ce64 a {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}
}

Screen Shot 2022-03-24 at 11.50.21 PM.png

Link to comment
23 hours ago, jesswp said:

Hi @tuanphan! Any suggestion to line this up?

https://plum-ocelot-fakz.squarespace.com/
pass: spine

I tried the below..

/* Mobile footer links */
@media screen and (max-width:767px) {
div#block-bd09f58bfc07aae9ce64 h4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center important!;
}
div#block-#block-bd09f58bfc07aae9ce64 a + strong {
    display: none;
}
div#block-#block-bd09f58bfc07aae9ce64 a {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}
}

Screen Shot 2022-03-24 at 11.50.21 PM.png

It looks like you solved it?

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
15 hours ago, tuanphan said:

It looks like you solved it?

Hi!

There is still odd spacing on mobile .. probably because I use the "space bar" in between nav items on the desktop site. Is there a way to make it look spaced out on desktop but not spaced out on mobile but have it centered.

IMG_7928.PNG

Link to comment
On 3/27/2022 at 1:44 AM, jesswp said:

Hi!

There is still odd spacing on mobile .. probably because I use the "space bar" in between nav items on the desktop site. Is there a way to make it look spaced out on desktop but not spaced out on mobile but have it centered.

IMG_7928.PNG

Hi,

What should it look like?

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...
On 5/10/2022 at 12:27 AM, dv_louise_designs said:

Hi @tuanphan, is there a way I can reorder my mobile footer content so the copyright text block can go at the bottom of the footer? 

image.thumb.png.e48c3ffe64b687c14ce2f7811bfdaab6.png

Please share site url, 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
  • 2 weeks later...
18 hours ago, El1z4b3th said:

Hi @tuanphan I'm having the same issue in mobile version of my site: lwyw.co.uk

I would like all elements in the mobile footer section to be lined in one row if possible. 

Many thanks in advance for your help. 

If same line, the logo will be very small.

How about align left or center all?

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
19 hours ago, El1z4b3th said:

Align left would be good - thank you! @tuanphan

Add to Design > Custom CSS

/* align left footer */
@media screen and (max-width:767px) {
div#page-section-6233453c23fee21de7f864c5 * {
    text-align: left !important;
}
}

 

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.