How can I center questions in a collapsible row?

Solved

How can I center questions in a collapsible row?

Itamar2020
Excursionist
50 0 3

1.png 

how can i align the questions to the center in the collapsible row?

Accepted Solution (1)
Moeed
Shopify Partner
7352 1992 2431

This is an accepted solution.

Hey @Itamar2020 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.collapsible-row-layout .accordion summary, .collapsible-row-layout .accordion .accordion__content {
    justify-content: center !important;
}
</style>

RESULT:

Moeed_0-1703938034609.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 7 (7)

Moeed
Shopify Partner
7352 1992 2431

Hey @Itamar2020 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Itamar2020
Excursionist
50 0 3

hi

this is the store url

https://26e068.myshopify.com/

no password

Moeed
Shopify Partner
7352 1992 2431

This is an accepted solution.

Hey @Itamar2020 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.collapsible-row-layout .accordion summary, .collapsible-row-layout .accordion .accordion__content {
    justify-content: center !important;
}
</style>

RESULT:

Moeed_0-1703938034609.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Itamar2020
Excursionist
50 0 3

can you send me something that i can use in the base.css please? and not in the "edit code" section

Moeed
Shopify Partner
7352 1992 2431

Hey @Itamar2020 

 

The code I provided can be used in base.css as well, just remove "<style>" and "</style>" and add the remaining code in base.css and it should work then.

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Itamar2020
Excursionist
50 0 3

thank you so much !

any chance i can contact you by email?

Moeed
Shopify Partner
7352 1992 2431

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications