Hello, how can I center the title on the video section?
My url is www.boxywallets.com for reference
Hello, how can I center the title on the video section?
My url is www.boxywallets.com for reference
Hello @lelestore1 ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code below:
.video-section .title {
text-align: center;
}
Thanks
Hi @lelestore1
Try tihs one.
.title-wrapper.title-wrapper--no-top-margin {
text-align: center;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!