Heading and subheading text location – change to bottom align
July 25, 2018 at 9:46 pm
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!
Replies (1)
-
July 25, 2018 at 9:46 pm
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!
-
July 26, 2018 at 11:19 am
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