Re: Vertical text alignment

Solved

How can I adjust vertical text alignment in the Dawn theme?

brew2you
Excursionist
21 0 4

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

 

 

Screen Shot 2023-01-12 at 11.30.08 am.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11945 2341 2517

This is an accepted solution.

Hi @brew2you, you can solve it by following this

  • Go to Online store > Themes > Edit code
  • in Assets folder open base.css file 
  • Add this code below at the bottom and click Save button
.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.

View solution in original post

Replies 8 (8)

GemPages
Shopify Partner
5625 1262 1287

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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
brew2you
Excursionist
21 0 4
GemPages
Shopify Partner
5625 1262 1287

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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
brew2you
Excursionist
21 0 4

Thank you. Is it possible to apply this to all 3 drop-downs?

GemPages
Shopify Partner
5625 1262 1287

@brew2you 

 

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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

Dan-From-Ryviu
Shopify Partner
11945 2341 2517

This is an accepted solution.

Hi @brew2you, you can solve it by following this

  • Go to Online store > Themes > Edit code
  • in Assets folder open base.css file 
  • Add this code below at the bottom and click Save button
.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.

PageFly-Victor
Shopify Partner
7865 1786 3135

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;
}

PageFlyVictor_0-1673496303731.png

 

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly 

 

shubhamSharma
Shopify Partner
130 25 27

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

S.sharmaJi