Solved

Can I adjust text placement above images in mobile view on Brooklyn theme?

safak
New Member
5 0 0

Hi,

 

On mobile view the text moves under the image. How can I change this to the opposite (text should be above)?

 

I'm using the Brooklyn theme.

 

Thanks

Accepted Solution (1)
oscprofessional
Shopify Partner
15830 2369 3071

This is an accepted solution.

Hello ,

Do you want in below format

2019-11-25_image.jpg

Then,

1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss->paste bellow code in bottom of file

@media screen and (max-width: 768px) {
.feature-row__item {
	order: 2;
}
.feature-row__item.feature-row__text {
	order: 1;
}
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 13 (13)