Hello,
Im using the Debut theme for my website. Ive been trying to make some changes to images etc and it looks great on the desktop view, but completely different on the mobile view, it either looks good on one or the other. Is there a different theme I can use that lets you individually amend desktop and mobile separately? I know that Wix has this feature but wonder if Shopify has it?
Thanks
Hey, in the theme editor, you’ll typically find sections for mobile and desktop settings. You can make adjustments to each view separately.
Also, you can use media queries to set CSS rules for specific screen widths. For example, to target mobile devices with a maximum width of 768 pixels:
@media screen and (max-width: 768px) {
/* Your CSS styles for mobile here */
}
Remember that making significant design changes may require some knowledge of HTML, CSS, and Liquid (Shopify’s templating language). If you’re not comfortable with coding, it’s a good idea to consult with a developer or Shopify expert for more complex customizations.