Shop Categories

X

customize mobile view

Home Forums Agama Pro customize mobile view

Topic Resolution: Resolved

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8538
    mattiaborri
    Participant

    goodmorning

    how is possible customize the website in mobile version?
    exemple
    i dont want to see slider in mobile view?
    How it is possible?

    #8540
    Zex
    Moderator

    Hello, mattiaborri!

    If you don’t Want the slider just in the mobile view, Insert the code below, in:

    Customize->General->Additional CSS

    @media screen and (max-width: 480px) {
      #agama-slider-wrapper {
       display:none;
      }
    }

    For the mobile and Tablet view use next code instead the above code:

    @media screen and (max-width: 992px) {
      #agama-slider-wrapper {
       display:none;
      }
    }

    Regards

    #8565
    mattiaborri
    Participant

    perfect thank u so much!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.