-
Closed
-
Hi, I tried posting once this morning but cannot see the topic, so posting again:
(1) I am adding a t4p slider to the page. I need both heading and caption, and chose to disable buttons. Now I would like to vertically align everything to the bottom of the slide.
I have used the following custom CSS to push the heading and content down, but I wish I could control it through alignment, not set values, in case I need a taller / shorter slider.
(2) Also – what would be the best way to set the custom CSS to a specific slider? Lets say I have slider02 and slider02. How to target only slider01 with the custom CSS?
Thanks for your help!
.t4p-slider-container h2 {
position: absolute;
top: 130px !important;
background-color: rgba(0, 0, 0, 0.6) !important;
}
.t4p-slider-container h3 {
position: absolute;
top: 200px !important;
background-color: rgba(0, 0, 0, 0.6) !important;
}
The topic Theme4Press Slider content vertical align is closed to new replies