Jump to content

Break text into one column with 7.1 and FE

Recommended Posts

Hello!

I'm new to Fluid Engine, but it seems really good.

Link to the page I'm working with: https://www.hoyden.no/fallsikringskurs-fluid

 

I wonder if there is a good way to make the text on this section break into "one column" (appear above and below each other, rather than beside each other), on screen size smaller than 1300px?

 

I have earlier achieved this with the classic editor by adding the CSS code below.

This does not work after upgrading the section to FE, and I guess it is because FE does not use columns in the same way as the classic editor.

So, is there some other code or another way to achieve this, after upgrading to FE?

 

 

section[data-section-id="609a48d7e92ddb651e864899"],
{
  @media only screen and (max-width: 1300px) {
    .col {
    width: 100% !important;
}}}

 

 

I want the text in the circle to appear under the other text box, when screen size is below 1300px


image.png.1da5cdc80ade63c2f4036bd21937fa6e.png'

Edited by Erlend-fs
Link to comment
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Add to Design > Custom CSS

/* Fluid Engine Stacked */
 @media screen and (max-width:1300px) and (min-width:768px) {
  .fe-63b67c46f7439c97fdf1672e>div {
    grid-area: unset !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px;
}
.fe-63b67c46f7439c97fdf1672e {
    display: block !important;
    padding-left: 3vw;
    padding-right: 3vw;
}
  }

 

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.