Jump to content

How to Place Content Blocks and Images in Between Sections in Fluid Engine

Go to solution Solved by tuanphan,

Recommended Posts

Hi! So I want to place some images and text blocks in between sections on a page and I'm stuck using fluid engine. I could do it easily in 7.1  by using the following code in the custom css:

#block-yui-123456789 {margin-top:-50%]

But the code doesn't work anymore for the blocks in fluid engine. Does anyone know how to solve this? The new editor is giving me a headache. Thanks for your help!

Link to comment
11 hours ago, tuanphan said:

Can you share link to page where you use image? We can take a look

The website is www.designbycapella.com

Password: livewellathome

I've attached a photo of what I want to happen to the third photo from the top of the home page. I want it to overlap the first and second sections.

Thanks!

Screenshot (54).png

Link to comment
  • Solution

Try adding to Design > Custom CSS

/* overlap image */
@media screen and (min-width:768px) {
div#block-yui_3_17_2_1_1661295126789_16825 {
    position: relative;
    bottom: -100px;
}
}

Find block id with this tool

https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en

image.thumb.png.a7b7aeba1d21d464e077280810d9790f.png

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

It worked!!! This is amazing.

I am trying to overlap some other content too, but I think it might be a bit more difficult because it is a colour block with content and not an image. I've attached a screenshot of what I am talking about with the blue container sitting in between sections. If you could let me know if this is possible to achieve that would we greatly appreciated!

 

Screenshot (57).png

Link to comment

Try this CSS

[data-section-id="6309b7c12339ed23641b8a37"] {
    position: relative;
    bottom: -100px;
    z-index: 999;
    padding-bottom: 0 !important;
    max-width: 95%;
    margin: 0 auto !important;
    background-color: #dbe8ee !important;
}

Find section id with above tool.

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
  • 4 months later...
On 1/19/2023 at 1:52 AM, sequoiasouth said:

I'm having this issue too!  

Here's the page:  https://sequoiasouth.com/link-in-bio

 

I'd like the image to hover between the two sections.  (between the green background image and the white section below it)

Screen Shot 2023-01-18 at 12.52.40 PM.png

Add to Design > Custom CSS

[data-section-id="63c83562b612db4d27f58414"]:after {
    content: "";
    display: block;
    background-image: url(https://images.squarespace-cdn.com/content/v1/63c206171edcf3412d412d73/431a6202-a506-491c-b6a0-41b0787f41aa/Sequoia+South+%7C+Promo+1.jpg?format=750w);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -125px;
    border-radius: 50%;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
}

image.thumb.png.59516f6d7340311c069f07ce9a4154a6.png

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
  • 3 months later...

I have a similar issue. I'm trying to get this orange circle to bridge the section below on the left. The background has an image so I'm having trouble getting the circle to show over the background with code. I tried the above code but something isn't working properly for me. Any help is appreciated. Thanks!

URL: insight2impactcoaching.com

Password: private

 

 

Screen Shot 2023-05-06 at 6.25.28 PM.png

Link to comment
On 5/7/2023 at 5:26 AM, courtneyhwilson1 said:

I have a similar issue. I'm trying to get this orange circle to bridge the section below on the left. The background has an image so I'm having trouble getting the circle to show over the background with code. I tried the above code but something isn't working properly for me. Any help is appreciated. Thanks!

URL: insight2impactcoaching.com

Password: private

 

 

Screen Shot 2023-05-06 at 6.25.28 PM.png

I see you figured it out?

image.png.037141315967a1199aef79933cfefeba.png

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.