I am trying to separate out my homepage layout for the mobile version and desktop version. The main reason being is that for desktop the images are horizontal while on mobile the images are better presented when they are vertical. I have two sets (mobile and desktop) of banners/images with different pixels prepared.
I am currently using DEBUT theme, and having difficulties separating out the layout for mobile and desktop.
Could someone please teach me how I could configure this (either by coding or in the setting) so that my website can display desktop layout if someone uses PC and mobile layout if someone uses mobile/tablet?
For instance,
If mobile / tablet device, then show image A, B and C
Hi, this would be quite a lot of work to describe here in detail, so I will give you a summary and then you can research each step:
In all the sections where you want to have different image in mobile and desktop, you will have to add a new field for the mobile image by editing the section’s schema.
Then you should output that mobile image above or below the desktop image. You should add a different css class to this new image, for example image–mobile.
In your css you will have to use css media queries to hide the desktop image in mobile and hide the mobile image in desktop
If you struggle with this at Peanut Butter we can help you accomplish this. Write to hello@peanutbutter.es and we can give you a quick estimate for the work.
For anyone who is looking for answers on this question, yes this is doable with different set of sections for desktop and different set of sections for mobile. No app is being use here. Just follow the video tutorial below.
Thank you! I used this on the Dawn theme for Multi-Row and Multi-Column sections, and it works beautifully! I am totally intimidated by code, but I was able to follow the video.