Center Text Heading

Hi,

I’ d liek to center the heading in this section, My site is https://vazluxe.com

2 Likes

Please add this code to Custom CSS of that section

.section-introduction {
justify-content: center;
padding-right: 0;
}

Tried this, didnt work. thnak you tho

Hello @Luxurymrkt

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.section-introduction {
justify-content: center;
padding-right: 0;
}

same code as other person. It doesn,t change it


hey @Luxurymrkt Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution