Move button next to header - Rich text / Dawn theme

Solved

Move button next to header - Rich text / Dawn theme

INFRA
Shopify Partner
196 0 68

hi guys,

 

I'm trying to create a section like this with the rich text section. What code could I use so the button appears on the right side? I can currently only get it below the header text.

 

Screenshot 2024-10-11 at 15.02.37.png

website:

passw: fbc

thanks!

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11292 2212 2382

This is an accepted solution.

Hi @INFRA 

Please go to Online Store > Themes > Customize > select that section, add those code below into Custom CSS of that section

@media (min-width: 990px) {   
 .rich-text__blocks {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }
  .rich-text__buttons {
    max-width: 28rem;
    margin-top: 0px;
  }
}

Screenshot 2024-10-11 at 14.00.24.png

 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11292 2212 2382

This is an accepted solution.

Hi @INFRA 

Please go to Online Store > Themes > Customize > select that section, add those code below into Custom CSS of that section

@media (min-width: 990px) {   
 .rich-text__blocks {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }
  .rich-text__buttons {
    max-width: 28rem;
    margin-top: 0px;
  }
}

Screenshot 2024-10-11 at 14.00.24.png

 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

INFRA
Shopify Partner
196 0 68

that worked perfectly, thank you so much!

Dan-From-Ryviu
Shopify Partner
11292 2212 2382

You are very welcome. Have a nice day! 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.