Jump to content

Would like 3 feature image (poster) blocks below main slider to fill content section.

Go to solution Solved by tuanphan,

Recommended Posts

Thanks Derrick!

This almost worked, it doesn't quite fill the space but I'll try adjusting the css. I noticed that this has also applied to all of the poster blocks.

How do i make it apply to just that section below the main image?

This is the section ID:

section[data-section-id="627e4bd3934d6b26dbcd5214"]

Link to comment
9 hours ago, MitchTheBoss said:

Thanks Derrick!

This almost worked, it doesn't quite fill the space but I'll try adjusting the css. I noticed that this has also applied to all of the poster blocks.

How do i make it apply to just that section below the main image?

This is the section ID:

section[data-section-id="627e4bd3934d6b26dbcd5214"]

add ID before the code

<style>
section[data-section-id="627e4bd3934d6b26dbcd5214"] .sqs-block.image-block {
 padding: 0px !important;
}
</style>

 

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

That fixed the issue of it applying to the other sections. But how do I make it edge to edge? It still has padding on the sides/top/bottom.

 

Also, I just noticed that there is a page alignment issue now, the "Book a Class" button at the top doesn't have any padding to the right. I am not sure why it would affect that.

Edited by MitchTheBoss
Link to comment
  • Solution
20 hours ago, MitchTheBoss said:

That fixed the issue of it applying to the other sections. But how do I make it edge to edge? It still has padding on the sides/top/bottom.

 

Also, I just noticed that there is a page alignment issue now, I have to scroll to the right because there is a gutter down the right side now.

Use this new code

<style>
section[data-section-id="627e4bd3934d6b26dbcd5214"] .sqs-block.image-block {
 padding: 0px !important;
}
  section[data-section-id="627e4bd3934d6b26dbcd5214"] .content-wrapper {
 padding: 0px !important;
    max-width: 100% !important;
}
  html, body {overflow-x:hidden;}
</style>

 

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.