Move button postion

Solved

Move button postion

Phreshcareco
Excursionist
40 0 7

Hey guys,

 

Was hoping someone could help with button postion i would like to have the buttons placed ontop of the images not the bottom. 

 

Url- www.phreshcareco.com.au

 

Screen Shot 2024-08-08 at 12.07.52 pm.png

Accepted Solutions (2)

BSSCommerce-B2B
Shopify Partner
1211 316 371

This is an accepted solution.

Hi @Phreshcareco 

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file base.css

Step 3. Add this code to the end of file

 

.slick-list .multicolumn-card.content-container {
  display: grid!important;
}
.slick-list .multicolumn-card.content-container .multicolumn-card__image-wrapper {
  order: 2!important;
}

 

Result:

BSSCommerceB2B_0-1723084051266.png

If it helps you, please like and mark it as the solution.

Best Regards

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Dan-From-Ryviu
Shopify Partner
9145 1829 1863

This is an accepted solution.

Hi @Phreshcareco 

You can do that by adding this code to Custom CSS of that multiple column section 

.multicolumn-card {
    display: flex;
    flex-direction: column-reverse;
}

Screenshot 2024-08-08 at 09.37.23.png

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 2 (2)

BSSCommerce-B2B
Shopify Partner
1211 316 371

This is an accepted solution.

Hi @Phreshcareco 

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file base.css

Step 3. Add this code to the end of file

 

.slick-list .multicolumn-card.content-container {
  display: grid!important;
}
.slick-list .multicolumn-card.content-container .multicolumn-card__image-wrapper {
  order: 2!important;
}

 

Result:

BSSCommerceB2B_0-1723084051266.png

If it helps you, please like and mark it as the solution.

Best Regards

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

Dan-From-Ryviu
Shopify Partner
9145 1829 1863

This is an accepted solution.

Hi @Phreshcareco 

You can do that by adding this code to Custom CSS of that multiple column section 

.multicolumn-card {
    display: flex;
    flex-direction: column-reverse;
}

Screenshot 2024-08-08 at 09.37.23.png

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.