Hey there.
I want to have different sections for mobile and desktop. On the homepage, I would like to use the image banner for mobile and the slideshow section for desktop. I am using the dawn theme. How do I achieve this?
Thanks
Hey there.
I want to have different sections for mobile and desktop. On the homepage, I would like to use the image banner for mobile and the slideshow section for desktop. I am using the dawn theme. How do I achieve this?
Thanks
Hey,
Thi can be achieved using two different sections for both device types, you can hide using media query.
I am not very familiar with that. How do I use media query, and where do I have to implement the code?
You can have a section design for mobile device and then you can hide that
using CSS media query on desktop device. Do the same for Desktop device,
design your element for desktop and then hide on mobile device. you will
need to know about CSS media queries.