• Hello all,

    I have a small issue with my home slider on my mobile site. It works pretty good on my desktop. But when I open my site on mobile it screws up and most of the part of top of the home slider gets cut off.

    My site: http://assessmentclinic.uic.edu/

    I am using the same home slider for both sites – PC and Mobile. It’s a carousel slider.

    Please help! Thanks in advance!

Viewing 1 replies (of 1 total)
  • Hey,
    You seem to be adding this css:

    .trans-header #kad-banner {
        position: fixed;
    }

    But your not adding a spacer or margin to keep the header from sliding behind the fixed item.

    You would need to add at least something like this:

    .wrap.contentclass {
        padding-top: 66px;
    }

    Kadence Themes

Viewing 1 replies (of 1 total)

The topic ‘Home Slider not compatible on mobile’ is closed to new replies.