What's your biggest current challenge? Have your say in Community Polls along the right column.

Change Features Product Section from vertical to horizontal

Solved

Change Features Product Section from vertical to horizontal

EmbroiGift
Tourist
7 0 1

Hello everyone, I am using Turbo theme upload version 6.0.1. I encountered the following problem:
Section Features Product does not have a horizontal display option, it only displays vertically.
Link website: embroigift.comscreenshot_1731035488.png

Looking forward to your support, thanks

Accepted Solution (1)

Guleria
Shopify Partner
3691 741 1039

This is an accepted solution.

Hello @EmbroiGift ,

 

Its good to display a single product in featured product section.

but if you want to display multiple and horizontally please  

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your styles.scss.css file and paste the following code at the bottom:

.frontpage_product_stagger--false {
    display: flex;
}

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3691 741 1039

This is an accepted solution.

Hello @EmbroiGift ,

 

Its good to display a single product in featured product section.

but if you want to display multiple and horizontally please  

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your styles.scss.css file and paste the following code at the bottom:

.frontpage_product_stagger--false {
    display: flex;
}

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
EmbroiGift
Tourist
7 0 1

Thanks, it works