• Closed
  • TONY HANF
    Spectator
    July 9, 2015 at 5:32 pm #18727

    Hi,

    Is there any way I can modify the height of the post slider? It seems like the only place where I can modify it is under theme options – post slider. But even there, the options are limited. On desktop it’s fine but on mobile the height is really too long and the photo and title/description is squished together. I would also like to take away the description and just have the photo and title of the post. Is there any code I can copy and paste?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    July 15, 2015 at 4:49 am #18896

    Hi,

    Sorry, I cannot rearrange the items. I can only make the image a bit larger.
    @media(max-width:768px) {
    #slide_holder .featured-thumbnail {
    left: 45%;
    margin-right: 20px;
    position: absolute;
    width: 55%;
    }
    }

    Please try using layer slider, it has more built in options that you can use.

    Thanks!
    Denzel