Debut Theme
Section: Image with Text overlay
How do I align the text to the left instead of the centre?
https://chaletboutique.com.au/ - homepage: chalet boutique rewards
Debut Theme
Section: Image with Text overlay
How do I align the text to the left instead of the centre?
https://chaletboutique.com.au/ - homepage: chalet boutique rewards
Hello @chaletboutique
Please use below code on assets → theme.scss.css at the bottom to left align the content
.hero .h1.mega-title {
text-align: left !important;
}
.hero .mega-subtitle {
text-align: left !important;
margin:0 !important;
}
Thank you so much! It worked perfectly!