Image & Text : Title Above Image on homepage

Image & Text : Title Above Image on homepage

Goldberg94
Excursionist
25 0 8

Hello, for my mobile version shop www.cartoontoi.fr I would like to :

- Put the title above the image.
- Put text with button below the image.

I use DEBUT theme
So I added this code on theme.css 
@media screen and (max-width: 768px) {
.feature-row__item {
order: 2;
}
.feature-row__item.feature-row__text {
order: 1;
}
}

But all the text (with title) go above the image and it makes the button looking weird.

How can I do to just have the Title above ?


Capture d’écran 2022-11-09 à 10.39.29 copy.jpg

Replies 5 (5)

MandasaTech
Shopify Partner
723 146 151

Hello @Goldberg94,

You need to add one more heading above the image and hide it to desktop and show this heading on mobile view.
And Hide bottom heading on mobile view.

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at info@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page
Goldberg94
Excursionist
25 0 8

How can I do that ?

KetanKumar
Shopify Partner
37598 3668 12156

@Goldberg94 

yes, please try this code

@media screen and (max-width: 768px) {
.feature-row__item {
order: 2;
}
.feature-row__item.feature-row__text {order: 1;padding-bottom: 30px;}
}
If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Goldberg94
Excursionist
25 0 8

Thanks ! But I just want the title go above the image, then the text with button, below the image.
Is it possible?

Goldberg94
Excursionist
25 0 8

Thanks ! But I just want the title go above the image, then the text with button, below the image.
Is it possible?