• Resolved igntionmktgdev

    (@igntionmktgdev)


    When viewing my site smb.ignition-mktg.com on a tablet or phone (mostly in portrait view), the “Feature Title” is hidden above the viewable image area cut-off. How can I align the content within the slider to be vertically in the middle?

Viewing 1 replies (of 1 total)
  • Theme Author weblizar

    (@weblizar)

    Hi,

    Go to your admin-> weblizar options -> Custom CSS editor.

    Put this CSS in it ,
    `@media screen and (min-width: 768px){
    .carousel-caption {
    top: 0%;
    }
    }`

    Save this.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Carousel Content – Vertical Align’ is closed to new replies.