FAQ Section in Product page

Hello guys, I have a question about my FAQ Section my product page, how can move the containers a little more down so that this would be centered to the image?

Hi , @NikosBat

Can you please share the store URL so that I can assist you?

1 Like

Hello @NikosBat ,

Please add this css

#shopify-section-template--22708756021580__collapsible_content_iH7YMU .collapsible-content__wrapper .grid__item:nth-child(2) {
    /* border: solid; */
    margin-top: 0;
    padding-top: 3rem;
}

Regards
Guleria

1 Like

Hi @NikosBat

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.collapsible-content.collapsible-row-layout.isolate .collapsible-content__wrapper > .page-width > .grid.collapsible-content__grid > .grid__item:nth-child(2) {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

Here is the result:

I hope this helps

Best,

Daisy

1 Like

Hello DaisyVo, I get an error code when I paste the code into the css section

Ok now I found it I paste the code in the wrong place thank you

Hello Guleria, thank you very much that solved my Problem