Jump to content

Markdown block responsiveness issues

Recommended Posts

Posted

Site URL: https://www.opinionx.co/pricing2

I've built a pricing page using markdown blocks with custom code blocks. They work great on (1) large desktop screens and (2) vertical smartphone screens, but everything in-between causes a frustrating responsiveness issue -- the content becomes obscured as the blocks become skinnier and longer, until eventually they vertically stack.

Any suggestions as to what I can do to prevent this issue in the middle of screen sizes (seems to be from 1362px width down to 767px where the distortion occurs and the cards don't get stacked vertically). Example screenshot:

image.png.0c07490a5c888a938a4aec7ae1fe7657.png 

The page is https://opinionx.co/pricing2 and the password is just: 2

  • Replies 3
  • Views 411
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted
24 minutes ago, danielkyne said:

Site URL: https://www.opinionx.co/pricing2

I've built a pricing page using markdown blocks with custom code blocks. They work great on (1) large desktop screens and (2) vertical smartphone screens, but everything in-between causes a frustrating responsiveness issue -- the content becomes obscured as the blocks become skinnier and longer, until eventually they vertically stack.

Any suggestions as to what I can do to prevent this issue in the middle of screen sizes (seems to be from 1362px width down to 767px where the distortion occurs and the cards don't get stacked vertically). Example screenshot:

image.png.0c07490a5c888a938a4aec7ae1fe7657.png 

The page is https://opinionx.co/pricing2 and the password is just: 2

What do you think if we arrange them into 2 items in one row so the height of all items will be equal?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> No-code customisations for Squarespace

Posted

I'm just going to duplicate the section and set some custom CSS so the section with 4 side-by-side disappears from 1362px or smaller screen width and a new section appears with the 4 stacked vertically instead. Here's the code I'm using:

/* Vertical stacking of pricing options */
@media screen and (max-width:1362px) {
[data-section-id="62dec3c42f5a510e5d7c7d8a"]  {
    display: none;} 
}

@media screen and (min-width:1362px) {
[data-section-id="62dff2e31cf79a2bdb95364c"] {
    display: none;}
}

 

Posted
18 hours ago, danielkyne said:

Site URL: https://www.opinionx.co/pricing2

I've built a pricing page using markdown blocks with custom code blocks. They work great on (1) large desktop screens and (2) vertical smartphone screens, but everything in-between causes a frustrating responsiveness issue -- the content becomes obscured as the blocks become skinnier and longer, until eventually they vertically stack.

Any suggestions as to what I can do to prevent this issue in the middle of screen sizes (seems to be from 1362px width down to 767px where the distortion occurs and the cards don't get stacked vertically). Example screenshot:

image.png.0c07490a5c888a938a4aec7ae1fe7657.png 

The page is https://opinionx.co/pricing2 and the password is just: 2

The url doesn't exist

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

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.