Forums » WordPress » Plugins » Serious Slider
-
AuthorPosts
-
June 8th, 2018 at 10:14 #64708
Hello,
Does anyone know, how to vertically shift caption and it’s description (for example 20px up)? It’s important to me because in mobile view caption and it’s description are covering up an important part of background graphic.
Also, does anyone know, why when I choose “Bullets and Navigation: Always hidden” option, the bullet on bottom of the slide is visible?June 10th, 2018 at 14:59 #64779ZedCryout Creations mastermindTo adjust the caption’s vertical placement, try this CSS:
@media (max-width: 800px) { body .seriousslider-caption { top: 30%; } }
Adjust the screen width and the percentage to suit your needs.
The bullets currently have a hiccup which leaves them visible. We’ll correct this in the next update.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.June 11th, 2018 at 10:22 #64836Thank you for your reply. Unfortunately the code isn’t working, unless I’ve been pasting it in the wrong place (main css file for Septera template – “LP Responisieness” section since a similar code can be found there).
I think it would be more user frendly if you could find the “vertical align” option simply in the slider’s option panel. Code changing isn’t very efficient way for addjusting since any new update can wipe out all the changes.
GreetingsJune 26th, 2018 at 08:00 #65289ZedCryout Creations mastermindCustom styling is intended to be used in WordPress’ Additional CSS field (in the customize interface), in the child theme’s style.css file (if a child theme is used) or with any custom CSS plugin of choice.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘Vertical caption align’ is closed to new replies.