Jump to content

Vertically align Accordion in Div

Recommended Posts

Site URL: https://keyboard-lychee-yxll.squarespace.com/

Hello!

I am trying to align my accordion elements so they are vertically centered in the container/to the image to the right. I have this problem in several spots on multiple pages: Lodge Rentals + Weddings & Pricing. For this section on the Lodge Rentals page (the first instance of the accordion problem on this page)

image.thumb.png.05bc32e235ff31d674583f63df85ee8e.png

 

I tried using the code 

div#yui_3_17_2_1_1637677097813_165.row.sqs-row {
    display: flex;
    align-items: center;
}

And still the accordion element is not aligning to the center! If you anyone can provide a code that works for this section, I should be able to apply it to the other sections on the website.

Thank you!

Link to comment
12 minutes ago, ancestralacreslodge said:

Site URL: https://keyboard-lychee-yxll.squarespace.com/

Hello!

I am trying to align my accordion elements so they are vertically centered in the container/to the image to the right. I have this problem in several spots on multiple pages: Lodge Rentals + Weddings & Pricing. For this section on the Lodge Rentals page (the first instance of the accordion problem on this page)

Hey @ancestralacreslodge try to add next code in custom CSS:

@media screen and (min-width: 768px) {
  #block-yui_3_17_2_1_1637675933759_14872,
  #block-yui_3_17_2_1_1637675296219_12037 {
    & + .sqs-row {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
}

 

SquareRefresh, premium plugins & templates that have an elevated feel.

Plugins: Have your site stand out. 
Templates: Our templates are designed with versatility in mind.
Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins.

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.