How can i move the link label closer to the column image ?

How can i move the link label closer to the column image ?

f22london1
Excursionist
25 1 1

How can i move the link label just under the column image ?

 

My website is f22london.com

 

password : password123

 

I want it similar to the mobile version to palaceskateboards.com on mobile

Replies 5 (5)

PageFly-Noah
Shopify Partner
1317 233 281

 

This is Noah from PageFly - Shopify Page Builder App

 

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>
   .multicolumn-card .multicolumn-card__info{
      padding-top: 0px !important;
   }
  .multicolumn-card .multicolumn-card__info a{
      margin-top: 0px !important;
   }
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

f22london1
Excursionist
25 1 1

Hi it works perfectly however the text appears off centre as the arrow is not visible, how can i make it centre ?

 

PageFly-Noah
Shopify Partner
1317 233 281

Hi @f22london1  Iam sorry for delay, you can add code here to fix it:

<style>
   .multicolumn-card .multicolumn-card__info{
      padding-top: 0px !important;
   }
  .multicolumn-card .multicolumn-card__info a{
      margin-top: 0px !important;
   }
.multicolumn-card__info .icon-wrap {
    display: none !important; 

}
</style>

 

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


PageFly - #1 Page Builder for Shopify merchants.


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

BSSCommerce-B2B
Shopify Partner
1972 564 568

Hi @f22london1,

You can try the following steps:

 

Step 1: Sale channel => Online Store => Themes => Edit code:

 
view.png

Step 2: Search for base.css and add the css directive to the end of this file:

@media screen and (max-width: 500px) {
  .multicolumn-card__info .icon-wrap {
    display: none;
  }
}

-----------------------------------------------

Result:

 

 
view.png

 

 

I hope this helps! If it works for you, please mark it as a solution. I am very happy about that. Have a great day!

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

KinsJanae
Visitor
1 0 0

This helped, thank you so much!