Jump to content

Help with adjusting mobile display - spacing and alignment

Recommended Posts

Im using 7.1 and for the first photo on the top as your can see my product page is very spaced out and I want it to look like the 2nd photo on the below

The 3rd photo the words are moved to the right but its centered on desktop view, and I need it to be centered on mobile also

Lastly my footer page isn't centered either and it needs to be centered 

IMG_2026.jpeg

IMG_2025.jpeg

IMG_2023.jpeg

IMG_2024.jpeg

Link to comment

#1. It looks like you fixed?

#2. Add to Design > Custom CSS

/* Mobile */
@media screen and (max-width:767px) {
/* contemporary */
div#block-b5063ecf7871f15a88ab * {
    display: block;
    text-align: center;
}
}

#3. Still seeing

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

#3. Use thiS CSS

/* align center footer mobile text */
@media screen and (max-width:767px) {
@media screen and (max-width: 767px) {
footer.sections p {
     white-space:normal !important;
     text-align: center;
}}
}

 

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 2/12/2022 at 8:52 PM, Moon821 said:

@tuanphan Thanks for the top homepage wording it came out amazing!! The footer still looks the same, and the product page doesn't look like the the second photo I only have a picture of the second one from clicking mobile view on my desktop but when i'm on my phone it looks like the first photo

#3. Sorry, missing some code, try this new code

/* align center footer mobile text */
@media screen and (max-width: 767px) {
footer.sections p {
     white-space:normal !important;
     text-align: center;
}}

 

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
  • Susana_SQSP changed the title to Help with adjusting mobile display - spacing and alignment

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.