Tell us what you are trying to do?
I am trying to use the archive loop to display results in a grid. This works fine until the mobile device or tablet is rotated to landscape view - where the columns seem to swap to 4 (which is what is set for a desktop). This is not suitable - too many columns for a mobile/tablet.
Is there any documentation that you are following? I have found no documentation for this issue.
Is there a similar example that we can see? Look at haddington.info on your mobile device then rotate the mobile
What is the link to your site? hidden link
Hi,
Thank you for contacting us and I'd be happy to assist.
The Toolset's responsive control options allow settings based on the screen width, but not based on the screen's orientation (i.e. landscape or portrait).
You can control the device screen breakpoints from WP Admin -> Toolset -> Settings -> General -> Responsive web design breakpoints for Toolset Blocks.
By default, the breakpoint between Desktop and Tablet is 781px, but you can increase it to 1024px or 1200px and then test the columns.
regards,
Waqar
I changed the tablet/Desktop setting to 1024 and this worked very well for tablet and phone.
Thank you.