Jump to content

19blue

Circle Member
  • Posts

    16
  • Joined

  • Last visited

Posts posted by 19blue

  1. This code gives me three vertically/horizontally responsive columns with equal height and width with buttons aligned. Regardless of difference in length of copy. However, it does not work when attempting to have four columns across. Any ideas of how I can make it work for four columns?

    Thanks in advance.

     

    [your-data-section-id] .sqs-row {
      display: flex;
      flex-wrap: wrap;
    }
    [your-data-section-id] .sqs-col-4 {
      background-color: #ebebeb;
      box-sizing: border-box;
      display: flex;
      flex: 1 1 330px;
      flex-direction: column;
      margin: 1%;
      padding: 30px;
    }
    [your-data-section-id] .button-block {
      margin-top: auto;
    }
  2. On 2/14/2021 at 3:29 AM, tuanphan said:

    Add to Design > Custom CSS

    
    /* kontakt icon text side by side */
    @media screen and (max-width:767px) {
    div#page-section-601c878e78a1067166d81580 .span-12>div:nth-child(n+3) figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    }

     

    Hi again @tuanphan

     

    I´ve made some updates to the website and somehow the vertical text/image alignment is off. Would you know how to fix this? It was originally center aligned vertically, and not so far away from the circle.

    Thank you.

    1133085962_ScreenShot2021-04-22at1_18_06AM.thumb.png.d9b03c5a70103227b19b7a7cb5ffa8ca.png1259737346_ScreenShot2021-04-22at1_22_11AM.thumb.png.06b11ebad2725b37abfa383810183990.png

  3. On 3/31/2021 at 4:17 AM, tuanphan said:

    Use new code

    
    /* Equal boxes */
    @media screen and (min-width:768px) {
    div#block-32cc516860957b8ac645+.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    div#block-32cc516860957b8ac645+.row .span-3 {
        flex: 1;
        background: #fff;
        border: #ff6900 2px solid;
        border-radius: 10px;
        padding: 5px !important;
        margin: 20px;
        text-align: center;
    }
    div#block-32cc516860957b8ac645+.row .span-3 .markdown-block {
        max-width: unset !important;
        border: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }
    div#block-32cc516860957b8ac645+.row .span-6>.row {
        display: flex;
    }
    }

    image.thumb.png.f18598aec6fc616286a05fec34b19c13.png

    Thank you @tuanphan It's not working but thanks for helping.

×
×
  • 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.