Hi community,
I’m looking to increase the width of my about pages, similar to the width I have for the home page theme. I am using ‘Prestige’ Theme.
https://luyendykjewelry.com/pages/over-luyendyk
Wondering if someone can please assist with code for this?
Thank you 
Hi Chrystel078
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file
.container.container--xs {
margin-left: 10% !important;
margin-right: 26% !important;
}
Result:
Best,
Liz
Thank you. How do I center the title of the page?
You can adđ this code in theme.css file
.section-header.justify-self-center.text-center {
display: flex;
justify-content: end;
width: 50%;
}
Result:
DaisyVo
5
Hi @Chrystel078
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for “theme.liquid” file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for tag and add the following code above tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
section.shopify-section.shopify-section--main-page .container {
margin-inline: 0 !important;
}
section.shopify-section.shopify-section--main-page .container table {
width: 100% !important;
}
{% endstyle %}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.