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?
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.
-
From your Admin page, go to Online store > Themes > click the three dots > Edit code
-
Find the Asset folder, and open the theme.css file
-
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.
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:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team
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

