Hi there, I checked everything, removed and reset CSS and Theme settings. Couldn’t find a way to center the buttons ob my Slider: I also tested a different Slider Slideshow etc.. the buttons remain left centered (on smartphones aswell).
any idea what this might be?
Could you check?
thanks
Hey aovivo,
Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top .avia-fullscreen-slider .slideshow_align_caption {
text-align: center;
}
Best regards,
Nikko
Hi Nikko,
this helped so far for the big screens. Thanks so much for helping.
However, on a smartphone (portrait mode) it looks weirder than before, since its neither centered nor aligned to the left (as before).
Is it possible to exclude the code from above from smaller screens? I mean, not deactivating the buttons, but excluding the center alignment for smaller screens…
thanks in advance!
Hi,
Please try this CSS instead of what Nikko sent:
@media only screen and (min-width: 768px) {
#top .avia-fullscreen-slider .slideshow_align_caption {
text-align: center;
}
}
Best regards,
Rikard
That’s it! Worked perfectly.
Any idea, why it is not centered although I chose the option for it?
thanks