Hi!
How can I make the text of the heading in the middle of the slide in Custom CSS Class For Heading Tag? By default it appears at the bottom.
Thanks!
Hi,
Thanks for contacting us!
Please edit your slider and go to Styling > Caption > Caption Positioning and change it as needed :)
Best regards,
Yigit
Sorry but don’t have this option.
Ni en la edición de easy slider ni en la edición de la imagen.
Al editar el elemento del formulario, en “styling” solo tengo la opción de
– Tamaño de fuente para el titulo del epígrafe.
– Caption Content Font Size
Tampoco aparece en ninguna otras pestaña.
Versión 4.8.6.2 del template
WP actualizado
Hi,
Sorry, I thought you meant Fullwidth Easy Slider.
Please edit your slider and go to Advanced > Developer Settings and give your slider a custom ID (“custom-slider” in example below) and then add following code to bottom of Quick CSS field
@media only screen and (min-width: 990px) {
#custom-slider .avia-caption.av-slideshow-caption {
top: 50%;
left: 45%;
}}
You may need to adjust the values on smaller screens as following
@media only screen and (max-width: 768px) {
#custom-slider .avia-caption.av-slideshow-caption {
top: 50%;
left: 35%;
}}
Best regards,
Yigit
