Move text below collection image - Atlantic theme

Solved

Move text below collection image - Atlantic theme

AU
Tourist
5 0 1

Hi I would like to move the Collection Titles below the collection Image on both desktop and mobile while maintaining the font in Atlantic Theme. 
Thank you.Screenshot 2024-08-07 at 4.17.27 PM.png

Accepted Solution (1)
BSSCommerce-B2B
Shopify Partner
1339 358 417

This is an accepted solution.

Hi @AU , 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

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

BSSCommerceB2B_0-1723012737033.png

 

Step 2: Search for the file theme.css. And add this code snippet to the end of the file.

span.collection-overlay {
    margin-top: 175px !important;
}

Because of when you hover on text, browse button will be display so I choose margin-top : 175px to display both. 

Step 3: Save your code and reload this page.

The result will be: 

BSSCommerceB2B_1-1723012875295.png

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

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


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

Replies 6 (6)

BSSCommerce-B2B
Shopify Partner
1339 358 417

Hi @AU , 

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hope it helps

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


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

Moeed
Shopify Partner
4951 1309 1592

Hey @AU 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
AU
Tourist
5 0 1

Hi this is the link to store URL: https://aceanduka.com/
Thank you

BSSCommerce-B2B
Shopify Partner
1339 358 417

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

Step 2. Find the file theme.css.
Step 3. Add this code to the end of file

 

.collection  a {
    align-items: end!important;
}

 

You will get the result

  • Desktop:

BSSCommerceB2B_0-1723012904595.png

  • Mobile
    BSSCommerceB2B_1-1723012939053.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, or donating here .


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
BSSCommerce-B2B
Shopify Partner
1339 358 417

This is an accepted solution.

Hi @AU , 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

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

BSSCommerceB2B_0-1723012737033.png

 

Step 2: Search for the file theme.css. And add this code snippet to the end of the file.

span.collection-overlay {
    margin-top: 175px !important;
}

Because of when you hover on text, browse button will be display so I choose margin-top : 175px to display both. 

Step 3: Save your code and reload this page.

The result will be: 

BSSCommerceB2B_1-1723012875295.png

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

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


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

PageFly-Richard
Shopify Partner
4584 1051 1711

This is Richard from PageFly - Shopify Page Builder App

 

Hi @AU  Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
  .collection-wrap .collection a{
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
    padding-bottom: 40px !important;
  }
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.