customize mobile view Home › Forums › Agama Pro › customize mobile view Topic Resolution: Resolved Tagged: customize, mobile This topic has 2 replies, 2 voices, and was last updated 5 years, 7 months ago by mattiaborri. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts March 27, 2018 at 11:29 am #8538 mattiaborriParticipant goodmorning how is possible customize the website in mobile version? exemple i dont want to see slider in mobile view? How it is possible? March 27, 2018 at 11:49 am #8540 ZexModerator 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 March 29, 2018 at 12:49 pm #8565 mattiaborriParticipant perfect thank u so much!!! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In