tuanphan Posted August 30 Share Posted August 30 To create a separate scrolling block on desktop, mobile, you can follow these. #1. First, add 2 Scrolling Blocks #2. Next, find ID of 2 Scrolling Blocks In my example, we have: #3. Use this code to Website Tools > Custom CSS to show top Scrolling Block on Desktop show second Scrolling Block on Mobile /* Hide top scroll block on Mobile - Show on Desktop Only */ @media screen and (max-width:767px) { #block-yui_3_17_2_1_1724123780363_13893 { display: none; } } /* Hide second scroll block on Desktop - Show on Mobile Only */ @media screen and (min-width:768px) { #block-yui_3_17_2_1_1724123780363_14330 { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment