Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1036122

    Hi
    Can u share a screenshot of the issue how u want to show the buttons?
    I am getting this view of your site slideshow: http://prntscr.com/faz123

    Regard

    desmats Friend
    #1040711

    Hi Pankaj,

    The one you shared is not too bad – but the screen shot attached is more of an issue.

    The problem is the buttons overlaying the captions – maybe remove buttons on this view?


    1. IMG_2080
    Pankaj Sharma Moderator
    #1040832

    Hi
    Add below code in custom.css file to hide it in the small devices

    @media (max-width: 768px) {
    .ja-ss-btns {
    
        display: none;
    }}

    Regards

    desmats Friend
    #1047753

    Thanks this works

    Pankaj Sharma Moderator
    #1047884

    You are welcome!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 10 months ago.

The topic ‘Mobile layout not working in portrait’ is closed to new replies.