Jump to content

Extra line space on mobile

Recommended Posts

12 hours ago, jsaddleton said:

Site URL: https://goose-magnolia-r53a.squarespace.com

Hi there,

 

I have a few columns set on my site on this page - jm-creative.com/brand-bootcamp

This is fine on desktop but adds a line space on mobile. Can someone help me with this?

 

Thanks,

Jane

 

Password: Orlabean16

try


@media only screen and (max-width: 768px) {
#block-yui_3_17_2_1_1617807315907_5184 .sqs-block-content > [data-rte-preserve-empty="true"]:first-child {
  display: none;
}}

image.png.a39daaea27c4a3b9e704175ea5a4ae1a.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
On 4/22/2021 at 8:57 PM, jsaddleton said:

Site URL: https://goose-magnolia-r53a.squarespace.com

Hi there,

 

I have a few columns set on my site on this page - jm-creative.com/brand-bootcamp

This is fine on desktop but adds a line space on mobile. Can someone help me with this?

 

Thanks,

Jane

 

Password: Orlabean16

I also see some other problems. You can reply below if want to fix all.

Site URL: https://goose-magnolia-r53a.squarespace.com/

1. (Mobile-Homepage) Equal space between accordion items?

goose-magnolia-r53a.squarespace.com-01-m

2. (Mobile-Contact) Email

goose-magnolia-r53a.squarespace.com-02-m

3. (Tablet-Contact) Make them stacked or increase text width?

goose-magnolia-r53a.squarespace.com-03-m

4. (Tablet-Contact) Increase dropdown width?

goose-magnolia-r53a.squarespace.com-04-m

5. (Overlay Menu) No “X” icon…

goose-magnolia-r53a.squarespace.com-05-m

6. (Tablet-Overlay) Black & no items..

goose-magnolia-r53a.squarespace.com-06-m

7. (Blog) You haven’t changed SEO Title so the browser tab name still shows “Blog 3”

goose-magnolia-r53a.squarespace.com-07-m

8. (Tablet-Blog posts) Increase blog content width?

goose-magnolia-r53a.squarespace.com-08-m

9. (Tablet-Brand Design Services) Increase box width & reduce padding around text inside boxes?

goose-magnolia-r53a.squarespace.com-09-m

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
16 hours ago, jsaddleton said:

Yes please @tuanphan I’d like to solve these issues

Q1 + 2. Add to Design > Custom CSS

/* Mobile */
@media screen and (max-width:767px) {
/* accordion space */
div#block-yui_3_17_2_1_1588177717565_22842 {
    padding-bottom: 0 !important;
}
div#block-yui_3_17_2_1_1588177866032_18948 {
    padding-top: 0 !important;
}
/* contact page - button */
div#block-yui_3_17_2_1_1605713889966_5804 a {
    width: 90%;
}
/* contact page - email */
div#block-fe6a317a380f159c2571 {
    padding-right: 0;
}
}

Q3, 4, 8, 9. Add to Design > Custom CSS

/* Tablet */
@media screen and (max-width:991px) and (min-width:768px) {
/* contact page */
div#page-section-5e87642f6d595f7cbaa5dc60 .span-4, div#page-section-5e87642f6d595f7cbaa5dc60 .span-5 {
    width: 50% !important;
}
div#page-section-5e87642f6d595f7cbaa5dc60 .span-1 {
    display: none;
}
/* contact page - select */
div#block-ff47b736c1b49178796d .form-item select {
    width: 100%;
}
/* blog content width */
.tweak-blog-item-width-narrow .blog-item-wrapper .blog-item-inner-wrapper {
    width: 90%;
}
/* service page - boxes */
div#page-section-5ec2ed8df2a1a93da4d70eac .row:nth-child(6) .span-10 {
    width: 100%;
}
.f0dcd0 {
    padding-left: 20px;
    padding-right: 20px;
}
}

Q5, 6. Next email

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

thanks so much! I've added this code - I don't have a tablet so cant really check how it all looks.

Are you able to help with the issue of the text in the boxes? It's not centered within the box, and also I'd like to left align the bullet points in the last screenshot. Thanks so much!!


369495095_Screenshot2021-04-22at16_43_16.png.37b18bbd7a8ec97296186491d6e49f58.png

180855837_Screenshot2021-04-22at16_42_51.png.ab0ffd6b0fc197429dc73d3b5f03b5cc.png

1532303354_Screenshot2021-04-22at16_42_39.png.6b69fd282a19c2a541ac40cc08d0df84.png

Link to comment
1 hour ago, jsaddleton said:

thanks so much! I've added this code - I don't have a tablet so cant really check how it all looks.

Are you able to help with the issue of the text in the boxes? It's not centered within the box, and also I'd like to left align the bullet points in the last screenshot. Thanks so much!!


369495095_Screenshot2021-04-22at16_43_16.png.37b18bbd7a8ec97296186491d6e49f58.png

180855837_Screenshot2021-04-22at16_42_51.png.ab0ffd6b0fc197429dc73d3b5f03b5cc.png

1532303354_Screenshot2021-04-22at16_42_39.png.6b69fd282a19c2a541ac40cc08d0df84.png

It looks like you sent me an email about this? I remember I answered a same questions a few days ago.

To preview site on tablet >> Right click on anywhere >> Click Inspect Element > Select iPad on top of browser

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.