Hi, I need to have the same version for Desktop, Tablet and Small Tablet. What code I have to change? Thanks
Fresh Boarder
Joshua M
Mon Jun 13, 2016 8:15 am
Hi,
Please navigate to Appearance -> Customize -> Layout panel and here you can change the responsive "breakpoints". Try to add value "640" into tablet and small tablet, then mobile css should be loaded only on screens smaller than 640px.
Moderator
GK User
Mon Jun 13, 2016 1:23 pm
Thank you, it works but now I have a problem with the Reservation Form on the Slider (too small) Is there a way to hide the form on the tablet version? So I can put it in another position visible only on tablet
Thanks
Fresh Boarder
Joshua M
Tue Jun 14, 2016 7:49 am
#gk-header-sidebar container is positioned absolutely for desktop and tablets, and position is changed to static (under the slider) for mobile devices, you can use media queries to override these css rules.