Hi There
Within Enfold, there is the option for the website title to be right justified and centered, but not left.
I have a photo that covers the left and center, so left would be better.
Just wondering if there is some CSS to do this.
Iain
Hey ihmunro,
Please, could you provide your website link? This way, we can provide a custom code to accomplish this.
Best regards,
John Torvik
Hi,
Try this code in the General Styling > Quick CSS field:
#top.home .avia-builder-el-1.av-special-heading.modern-centered {
text-align: right!important;
}
please see screenshot in Private Content area to ensure I was targeting the correct element
Best regards,
Mike
That worked Mike – many thanks
Iain