Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi, I would like to have the text shown first before the image in mobile view.
Here's the link:
https://everlyadorned.com/products/evermorewards
To have the text displayed before the image in mobile view, you can modify the HTML structure of your webpage. Here's a general approach:
Locate the section or element that contains the text and image in your HTML code. This could be within a <div>
, <section>
, or other HTML elements.
Swap the positions of the text and image elements within that section. Move the text element above the image element.
<div class="section">
<img src="image.jpg" alt="Image">
<p>Text content goes here.</p>
</div>
Hi. I have the same issue with my homepage before and this was the code given to me:
@media only screen and (max-width: 749px) {
#shopify-section-template--18824298004789__2c96d729-099f-41a9-814d-64b8ab4bfd51 .grid--gapless.grid {
flex-direction: column-reverse;
}
}
This worked and I'm wondering if I can have the same code format in these pages.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025