Jump to content

Text overlay on blog grid?

Go to solution Solved by tuanphan,

Recommended Posts

Because you used this CSS, it won't work properly on all screen sizes, each screen size you need to adjust a different margin/padding

.ProductItem-additional {
    padding-left: 730px !important;
    margin-top: -140px !important;
    font-size: 15px !important;
    width: 35%;
}

You can remove it and use this code to move Additional under add to Cart

Code at to Website Tools > Code Injection > FOOTER

<script>
  $(document).ready(function(){
    $('section.ProductItem-additional').insertAfter('div.sqs-add-to-cart-button-wrapper');
});
</script>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.