Move text below collection image - Atlantic theme

Solved

Move text below collection image - Atlantic theme

AU
Tourist
7 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
1972 564 567

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! 

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

Replies 6 (6)

BSSCommerce-B2B
Shopify Partner
1972 564 567

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

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

Moeed
Shopify Partner
7146 1932 2354

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


AU
Tourist
7 0 1

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

BSSCommerce-B2B
Shopify Partner
1972 564 567

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

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

BSSCommerce-B2B
Shopify Partner
1972 564 567

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! 

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

PageFly-Richard
Shopify Partner
4991 1118 1796

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.