Jump to content

Tablet Layout Issues

Recommended Posts

Posted

Hi Guys

I've been Squarespace for my website for 2 years now and I am finding it increasingly challenging as Squarespace is lacking a lot of basic functionality for a website builder in 2023.

Has anyone figured out a way to improve the layout on tablets? As well as the buttons?

Building my website for desktop mode is fine, mobile layout is adjustable but when viewing the website on a tablet it just looks horribly wrong and unprofessional so you have to be careful with what elements you use and how you arrange them.

See images attached.

I have contacted Squarespace support and they have advised they don't provide a tablet layout feature which is concerning and disappointing for such a big brand. The three main mediums for viewing websites are Computer/Laptop, Tablet, Phone.

Due to this it's a little hard to get creative with layouts unless you know a lot of code, but even with code some things don't work well.

Any help will be greatly appreciated.

IMG_0206.jpg

IMG_0207.jpg

Posted
15 hours ago, tuanphan said:

#1. You want to increase with to make button text on one line?

image.png.bc1dd53f206c5a92878f1a983a9b00e9.png

#2. About Us on one line?

Learn more button, add a space above it or?

image.png.c45a23c971fdf08c13ac068c9c02199c.png

Yes I want to make the text on one line and have more padding like the desktop buttons. 🙂

Posted

You can add this code to Website Tools (under Not Linked) > Custom CSS

/* Tablet layout */
@media screen and (max-width:1024px) and (min-width:768px) {
/* Get in touch today */
.fe-block-9d01720c412e12330905 {
    grid-column-start: 10 !important;
    grid-column-end: 18 !important;
}
}

I see you changed layout on About Us, it looks fine on tablet

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

Posted
3 hours ago, tuanphan said:

You can add this code to Website Tools (under Not Linked) > Custom CSS

/* Tablet layout */
@media screen and (max-width:1024px) and (min-width:768px) {
/* Get in touch today */
.fe-block-9d01720c412e12330905 {
    grid-column-start: 10 !important;
    grid-column-end: 18 !important;
}
}

I see you changed layout on About Us, it looks fine on tablet

Thank you for this! I will give it a try!
Will this fix all the buttons on tablet layout or only that specific button?

Posted
On 12/9/2023 at 1:06 PM, vk2020 said:

Thank you for this! I will give it a try!
Will this fix all the buttons on tablet layout or only that specific button?

Only specific button, if you want to all button, try this new code

/* Tablet layout */
@media screen and (max-width:1024px) and (min-width:768px) {
.button-block a {
	white-space: nowrap;
}
}

 

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

Posted
9 hours ago, tuanphan said:

Only specific button, if you want to all button, try this new code

/* Tablet layout */
@media screen and (max-width:1024px) and (min-width:768px) {
.button-block a {
	white-space: nowrap;
}
}

 

Hey Tuanphan

That code works! The only issue is some of the buttons overlap onto each other

 

Screenshot 2023-12-11 202207.png

Posted
On 12/11/2023 at 4:23 PM, vk2020 said:

Hey Tuanphan

That code works! The only issue is some of the buttons overlap onto each other

 

Screenshot 2023-12-11 202207.png

Yes. the code will prevent button wrap..so it will make overlap on some places

Which screen sizes do you see problem? I will give another code to fix these buttons

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

Posted
2 hours ago, tuanphan said:

Yes. the code will prevent button wrap..so it will make overlap on some places

Which screen sizes do you see problem? I will give another code to fix these buttons

It's only on tablets that I experience this problem.

Thank You

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.