Jump to content

Placing the correct #block-yui on CSS

Recommended Posts

Site URL: https://lifelab.world/landing-page-sample-1

Hello everyone,

May I please ask for help on this? There are galleries on I am currently trying to target specific #block-yui, but I can seem to place them properly on css. I am not very good in coding but I am trying my best. 

I made this 2 codes using inspect tool, but it doesn't seem to work on my end. I tried to place them on CSS custom but it does not work

 
#block-yui_3_17_2_1_1647937945910_5480 { .sqs-layout .sqs-row .sqs-block:first-child {
    padding-bottom: 0px !important;
  padding-top: 0px !important;
}
}
  }

 

@media screen and (max-width: 640px) {#block-yui_3_17_2_1_1647937945910_5480 { .sqs-layout .sqs-row .sqs-block:first-child {
    padding-bottom: 0px !important;
  padding-top: 0px !important;
}
}

I also tried this

#block-yui_3_17_2_1_1647937945910_5480 { .sqs-block {
    padding-left:  0px;
    padding-right: 0px;
}}

Thank you in advance for this

Sincerely,

Naomi

Link to comment
24 minutes ago, Naomi-lifelab said:

Site URL: https://lifelab.world/landing-page-sample-1

Hello everyone,

May I please ask for help on this? There are galleries on I am currently trying to target specific #block-yui, but I can seem to place them properly on css. I am not very good in coding but I am trying my best. 

I made this 2 codes using inspect tool, but it doesn't seem to work on my end. I tried to place them on CSS custom but it does not work

 
#block-yui_3_17_2_1_1647937945910_5480 { .sqs-layout .sqs-row .sqs-block:first-child {
    padding-bottom: 0px !important;
  padding-top: 0px !important;
}
}
  }

 

@media screen and (max-width: 640px) {#block-yui_3_17_2_1_1647937945910_5480 { .sqs-layout .sqs-row .sqs-block:first-child {
    padding-bottom: 0px !important;
  padding-top: 0px !important;
}
}

I also tried this

#block-yui_3_17_2_1_1647937945910_5480 { .sqs-block {
    padding-left:  0px;
    padding-right: 0px;
}}

Thank you in advance for this

Sincerely,

Naomi

What are you trying to achieve?

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
6 hours ago, Naomi-lifelab said:

Hello @bangank36

My apologies for not being clear. I am trying to remove extra pading from the galleries of the specific URL (https://lifelab.world/landing-page-sample-1).

Here are some of the photo samples I have attached. Thank you!

padding  from gallery mobile view 3.png

padding  from gallery mobile view 2.png

padding 1 from gallery mobile view.png

Try

@media only screen and (max-width: 767px) {
  #block-yui_3_17_2_1_1647937945910_5480,#block-yui_3_17_2_1_1647429683089_4990  {
    padding-top:0 !important;
    padding-bottom:0 !important;

  }
}

Let me know how it works on your site

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

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.