I am currently using the sense theme for my store and although the hero section looks good on the desktop version, the mobile doesn’t look as good. The purple text box needs to be higher, as shown in the image below. Can you help me with that, so the desktop version stays the same and only the mobile version changes?
Hi there! Your site design is looking great, and this is a very common tweak for the Sense theme.
To move that text box higher only on phone screens, you just need to pull it upward using a negative margin. Open your theme editor, click directly on that specific “Image with text” section on the left menu, and scroll down to the very bottom on the right side until you find the Custom CSS box. Paste this small code in there:
Because this code is wrapped in a mobile query, it will completely ignore your desktop layout and only change the mobile view. You can easily change the -120px number to something higher or lower until the box hits that exact level you marked in your photo.
This will move the text box higher on mobile devices while keeping the desktop layout unchanged.
Also, I have a suggestion for your store. If you’re looking to create more advanced, responsive hero sections with animations, sliders, or interactive content without relying on custom CSS, you may want to check out the Slider Revolution & Sections app. It offers a powerful visual editor to build responsive hero sections, sliders, banners, and landing pages with ease.
I hope this helps! If you run into any issues while applying the code, feel free to reply here, and I’ll be happy to help.