Hi guys,
I’m having some trouble finding code to center the following headings on my landing page.
“Featured Products” and “LEARN” (Learn is a blog post heading).
I am also wanting to center the 2 featured products in the ‘featured collection’ section.
Store link:
https://celsiusmedicinals.com/
Password:
Optimal
Thanks in advance!
Lawson
HI @Lawson_1
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.title-wrapper-with-link {
justify-content: center !important;
}
h2.title.h1 {
text-align: center !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi Henry,
Thanks fort he prompt response.
This didn’t work at first, but once I positioned it towards the top of the base.css file - it did!
Thankyou.
Would there be any other code cancelling it out above in base.css?
1 Like
When you put this code, it will override your old code @Lawson_1