Shopify themes, liquid, logos, and UX
Hi team,
Looking to change my text alignment so it aligns centrally in relation to the checkmark.
Theme: Dawn
Link to home: www.brew2you.au
Solved! Go to the solution
This is an accepted solution.
Hi @brew2you, you can solve it by following this
.accordion summary { align-items: center; }
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hello @brew2you
I cann't find this section on your pages. Can you share me your page URL that contains this section?
Best regards,
GemPages Support Team
Hi @brew2you
You can try adding code by following these steps:
1. Go to Online Store -> Theme -> Edit code https://prnt.sc/elKuwYWlBrEo
2. Open your base.css in the Assets folder.
3. Paste the below code at the end of the file https://prnt.sc/X2s5zNy6jiwG
#shopify-section-template--16189765615765__9024cf88-5c82-4df6-8724-5af9153249c8 .collapsible-content-wrapper-narrow .accordion .accordion__title{
display: flex;
align-items: center;
}
Best regards,
GemPages Support Team
Thank you. Is it possible to apply this to all 3 drop-downs?
Please change my above code to below code to apply to all 3 dropdowns 😄
.collapsible-content .collapsible-content-wrapper-narrow .accordion .accordion__title{
display: flex;
align-items: center;
}
Best regards,
GemPages Support Team
This is an accepted solution.
Hi @brew2you, you can solve it by following this
.accordion summary { align-items: center; }
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @Brew2you,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file component-accodion.css,
Step 3: Paste the below code at bottom of the file -> Save
.accordion summary{
align-items: center !important;
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
hello @brew2you
step 01:
1. Go to your Store > Theme > click to edit code.
2. find this file " base.css " and open.
step 02:
1. Paste the code at the end of the file.
.accordion summary {
align-items: center !important;
}
have a look screen short-- https://prnt.sc/qQFZiJ_E0_IV
this idea helps you
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025