Vertical caption align

  • Author
    Posts
  • #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?

    #64779
    Zed
    Cryout Creations mastermind

    To 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.
    #64836

    Thank 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.
    Greetings

    #65289
    Zed
    Cryout Creations mastermind

    Custom 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.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Vertical caption align’ is closed to new replies.