Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How do I change the font text to match the rest of my 'size guide page', and centre the title font?
Thanks!
url: Size Guide – SIX INCH Footwear
Hi Majaa
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
@media screen and (min-width: 750px) {
.rte table {
width: 100% !important;
}
h1.main-page-title.page-title.h0 {
text-align: center !important;
}
}
Result:
Best,
Liz