Tagged: featured slider
- This topic has 3 replies, 2 voices, and was last updated 8 years, 1 month ago by Mahesh.
-
AuthorPosts
-
September 18, 2016 at 3:20 pm #99582mataiblis70Participant
Hello, Ho I can remove the featured slider in mobile version. I had been searching throught this forum and found a few members that have similar problem like me. But no one works.
The css code that i trying so far:
/* Smartphones (portrait and landscape) ———– */
@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {#feature-slider {
display: none;
}}
@media screen and (max-width: 480px) {
#feature-slider {
display: none;
}
}My site: http://www.judibolaterbaik.com
September 18, 2016 at 8:59 pm #99601MaheshParticipant@mataiblis70: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (max-width: 767px) { #main-slider { display: none; } }
Regards,
MaheshSeptember 20, 2016 at 8:21 pm #99773mataiblis70Participant@Mahesh sorry for my late reply, it works. Thank you for your help Mahesh 🙂
September 21, 2016 at 12:49 pm #99812MaheshParticipant@mataiblis70: Thank you for your appreciation. Have a nice day!
Regards,
Mahesh -
AuthorPosts
- The topic ‘Remove Or Disable Featured Slider On Mobile Version’ is closed to new replies.