Jump to content

Bigger Image in Carousel Mobile

Go to solution Solved by Ziggy,

Recommended Posts

Hello everyone, 

I have an issue with a Carousel Block on my website, 

Desktop Mode looks fine :

Capturedecran2023-08-09a16_40_24.thumb.png.30ad41e799b4693b5ca32c1953d91a54.png

But I expected the Mobile Version to be wider .
I wanted the "card' to take all of my screen height

Capturedecran2023-08-09a16_40_31.png.5de56e9edb14043340e8566742b78a26.png

Can i accomplish that with CSS? 

Thank you ! 🙂 

Link to comment

Can you share your website URL?

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment

Try this Custom CSS:

@media only screen and (max-width:767px) { 
  #block-yui_3_17_2_1_1690790463207_390758 {
    .sqs-block .sqs-intrinsic {
      position: relative !important;
      padding-bottom: 100% !important;
    }
  }
}

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment

Can you try this CSS, not 100% it'll work:

@media only screen and (max-width:767px) { 
  #yui_3_17_2_1_1691742915526_140 {
    padding-bottom: 100% !important;
  }
}

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment
  • Solution

Scratch that, try this instead:

@media only screen and (max-width:767px) {
.sqs-gallery-design-strip-slide {
  height: 200% !important;
  padding-bottom:100% !important;
}
.sqs-gallery-design-strip {
  height: 200% !important;
  top:-50%;
}
}

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

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.