How can I position slider text in the center vertically? The individual slider options are only for horizontal alignment and my text is showing up towards the top of the image.
I
Isabella
Original poster
Member
How can I position slider text in the center vertically? The individual slider options are only for horizontal alignment and my text is showing up towards the top of the image.
Hi Isabella,
The vertical alignment is automatically set. However, there is a small padding for H1 is there.
Use this CSS to remove H1 padding
.slide-bg-section h1{
padding: 0;
}
Best Regards