Why can't I align text to the left on my webpage?

Hi,
I would like to align the text “Deliver the dream” and “Enabling Nirvana.” to the left for this page https://giant-bicycles.com.sg/pages/sram-eagle-transmission, why can’t I do so?

1 Like

Hi @seantay1993 ,

Sorry for experiencing this problem. I understand that you like to align the text “Deliver the dream” and “Enabling Nirvana.” to the left page.

  1. From your Admin page, go to Online store > Themes > click the three dots > Edit code

  2. Find the Asset folder, and open the theme.css file

  3. Add the code below at the very end of the file.

h2.section-title.tc.pr.flex.fl_center.al_center.fs24.title_1 {
    justify-content: flex-start;
}

span.mr10.ml__10 {
    margin: 0;
}

this is the result.

1 Like

Hello @seantay1993 ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

1 Like

Hi @seantay1993

This is Victor from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Victor | PageFly

1 Like