Jump to content

Karkom

Member
  • Posts

    60
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Karkom got a reaction from tuanphan in set left and right margin for all Event Pages   
    i found the solution!
  2. Thanks
    Karkom reacted to tuanphan in reposition author details in blog post   
    First, add a Code Block above Related Title >> paste this code
    <div id="new-author"></div> Next, Add this to Home > Settings > Advanced > Code Injection > Footer
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.blog-item-author-profile-wrapper').insertBefore('div#new-author'); }); </script>  
  3. Like
    Karkom got a reaction from tuanphan in reposition author details in blog post   
    @tuanphan I've figured out the second part
    with the below 🙂
    .item-pagination.item-pagination--prev-next { display: none; }
  4. Thanks
    Karkom reacted to tuanphan in 2 Products per row on Mobile view   
    Add to Home > Design > Custom CSS
    /* products 2 columns */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1609512364464_27908 .summary-item-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-column-gap: 10px; grid-row-gap: 10px; } } Can you share site url? We can help easier @Arif_79
     
×
×
  • 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.