How to make a banner with text and images like that?

Solved

How to make a banner with text and images like that?

Somehow999
Tourist
12 0 3

How to make this? 

Somehow999_0-1735744387283.png

 

Accepted Solution (1)

Hasan112
Shopify Partner
152 11 21

This is an accepted solution.

Hello @Somehow999 
I am showing a example , you make it like this 

<section id="hasan112">
        <h2>Included in the Box</h2>
        <div class="items">
            <div class="item">
                <img src="brick.png" alt="Quality Bricks">
                <p>Quality Bricks</p>
            </div>
            <div class="item">
                <img src="manual.png" alt="Instructions Manual">
                <p>Instructions Manual</p>
            </div>
            <div class="item">
                <img src="packaging.png" alt="Exclusive Packaging">
                <p>Exclusive Packaging</p>
            </div>
        </div>
    </section>
#hasan112 {
    font-family: 'Arial', sans-serif;
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px;
}

#hasan112 h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

#hasan112 .items {
    display: flex;
    justify-content: center;
    gap: 40px;
}

#hasan112 .item {
    text-align: center;
}

#hasan112 .item img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

#hasan112 .item p {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
}

 

If its helpful Hit Like button & Accept as solution Thanks 

- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!

View solution in original post

Replies 5 (5)

Hasan112
Shopify Partner
152 11 21

This is an accepted solution.

Hello @Somehow999 
I am showing a example , you make it like this 

<section id="hasan112">
        <h2>Included in the Box</h2>
        <div class="items">
            <div class="item">
                <img src="brick.png" alt="Quality Bricks">
                <p>Quality Bricks</p>
            </div>
            <div class="item">
                <img src="manual.png" alt="Instructions Manual">
                <p>Instructions Manual</p>
            </div>
            <div class="item">
                <img src="packaging.png" alt="Exclusive Packaging">
                <p>Exclusive Packaging</p>
            </div>
        </div>
    </section>
#hasan112 {
    font-family: 'Arial', sans-serif;
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px;
}

#hasan112 h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

#hasan112 .items {
    display: flex;
    justify-content: center;
    gap: 40px;
}

#hasan112 .item {
    text-align: center;
}

#hasan112 .item img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

#hasan112 .item p {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
}

 

If its helpful Hit Like button & Accept as solution Thanks 

- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!
Somehow999
Tourist
12 0 3

Thank you, bro

Asad-Mahmood
Navigator
300 51 56

Add custom code or custom html block using the customizer
and paste this code there
make sure to replace image urls with actual images or icons link

<div class="cus-container">
    <div class="cus-item">
        <img src="quality_bricks.png" alt="Quality Bricks">
        <p>Quality Bricks</p>
    </div>
    <div class="cus-item">
        <img src="instructions_manual.png" alt="Instructions Manual">
        <p>Instructions Manual</p>
    </div>
    <div class="cus-item">
        <img src="exclusive_packaging.png" alt="Exclusive Packaging">
        <p>Exclusive Packaging</p>
    </div>
</div>

<style>
  .cus-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f8f8f8;
  }
  .cus-item {
    flex: 1;
    min-width: 150px;
    max-width: 250px;
    margin: 10px;
    text-align: center;
  }
  .cus-item img {
    width: 100%;
    height: auto;
  }
</style>

 

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





Somehow999
Tourist
12 0 3

Thank you bro

DaisyVo
Shopify Partner
2848 343 401

Hi @Somehow999 

 

Please share the Url of your store and password and the link of the sample store

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution