Shopify themes, liquid, logos, and UX
Hi @tarekanani
To insert an image inside a text box using HTML and CSS, follow these steps:
HTML:
<div class="text-box">
<img src="image.jpg" alt="Image">
<p>Your text goes here.</p>
</div>
CSS:
.text-box {
border: 1px solid #ccc;
padding: 10px;
display: flex;
align-items: center;
}
.text-box img {
width: 50px; /* Adjust size as needed */
height: auto;
margin-right: 10px; /* Space between image and text */
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025