Re: How To Get Feature Chart In Horizontal Position??

How To Get Feature Chart In Horizontal Position??

rgeafrauuhf
Tourist
39 0 3

I Want This Feature Chart To Be Display In Horizontal Position In Dekstop Device..

URL : https://gsaxsu7f4i5da7qj-71216955613.shopifypreview.com/products_preview?preview_key=2e89420885d26b1...

Pass : Hurra

 

I Want This Size, Lightning & Material To BE in Horizontal Rather Than Vertical

Screenshot 2024-07-31 104409.pngScreenshot 2024-07-31 104418.png

Replies 4 (4)

niraj_patel
Shopify Partner
2378 514 511

Hello @rgeafrauuhf 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 990px) {
 .section-stack--center {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
</style>

niraj_patel_0-1722403606107.pngniraj_patel_1-1722403622968.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
rgeafrauuhf
Tourist
39 0 3

Dont Want Like This I Want This Slideable

 

niraj_patel
Shopify Partner
2378 514 511

ok remove the code and for this you have to customize the code.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
rgeafrauuhf
Tourist
39 0 3

Can You Send Customized Code??