Move button postion

Solved

Move button postion

Phreshcareco
Explorer
51 0 10

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
1972 564 566

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

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Dan-From-Ryviu
Shopify Partner
11348 2224 2392

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

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 2 (2)

BSSCommerce-B2B
Shopify Partner
1972 564 566

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

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Dan-From-Ryviu
Shopify Partner
11348 2224 2392

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

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.