Hi,
I’d like to move the heading and subheading text so that it is bottom aligned instead of centered. Could you please advise how to do this?
Thanks!
Hi,
I’d like to move the heading and subheading text so that it is bottom aligned instead of centered. Could you please advise how to do this?
Thanks!
Hello Katie,
Use the following CSS
.slide-bg-section .slide-bg-text {
display: table-cell;
vertical-align: bottom;
}
Copy and paste this in Appearance -> Customize -> Additional CSS
Best Regards