Rich Text - Move Titel completely to the left and text in the midde?

Rich Text - Move Titel completely to the left and text in the midde?

KimGottwald
Trailblazer
235 0 34

Hello,

 

I would like to make the changed displayed in the picture, can someone help me?


Thank you!

 

URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/

 

Im using the Trade theme.

Bildschirmfoto 2024-07-14 um 12.15.13 AM.png

Replies 3 (3)

BSSCommerce-TC
Shopify Partner
225 49 51

Hi @KimGottwald You can follow these steps: 

Step 1: Go to Online store > Themes > Edit code 

BSSCommerceTC_0-1720949003696.png

 

Step 2: find file base.css 

Step 3: add code snippet below to the bottom of file base.css

 

@media screen and (min-width: 990px) {
    .rich-text__blocks {
        max-width: 78rem;
        display: flex;
        gap: 120px;
        justify-content: flex-start;
    }
    .rich-text__heading {
        margin-top: 2rem;
        width: 260px;
    }
    .rich-text__text {
        flex: 1;
    }
}

 

Result: 

BSSCommerceTC_1-1720949069243.png

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
KimGottwald
Trailblazer
235 0 34

Thank you, is it possible to move the title even more to the left and make the normal text centered and not to the left? THANK YOU 🙂

BSSCommerce-TC
Shopify Partner
225 49 51

Hi @KimGottwald ,

Can you share the URL link to the store again? I can't check it on your website.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency