Jump to content

Abby_EveryStory

Member
  • Posts

    19
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Abby_EveryStory reacted to tuanphan in Adjust spacing of specific items on mobile drop-down menu   
    Add to Design > Custom CSS
    a.Mobile-overlay-folder-item[href="/coasters"], a.Mobile-overlay-folder-item[href="/jugs"] { margin-bottom: 40px; }
  2. Like
    Abby_EveryStory reacted to tuanphan in Resize Homepage banner on mobile   
    Hi,
    What is site url? We can check easier
  3. Like
    Abby_EveryStory reacted to Ziggy in Resize product blocks on blog page   
    Have you tried using a single summary block instead of multiple product blocks?
    https://support.squarespace.com/hc/en-us/articles/206543337-Summary-blocks
  4. Like
    Abby_EveryStory got a reaction from tuanphan in Misaligned blog posts on mobile   
    Thank you so much @tuanphan thats worked perfectly!
  5. Like
    Abby_EveryStory reacted to tuanphan in Misaligned blog posts on mobile   
    Use this new code
    @media screen and (max-width:640px) { .summary-item-list { display: grid; grid-template-columns: repeat(2,1fr); grid-column-gap: 10px; } section.BlogList { display: grid; grid-template-columns: repeat(2,1fr); grid-column-gap: 10px; } section.BlogList>article { padding-top: 0 !important; margin-top: 0 !important; }}  
  6. Like
    Abby_EveryStory reacted to ghemachandar in Create 2-column 'Features' section on mobile   
    Actually, try this one:
    @media screen and (max-width: 640px){
    #page-60db4a11f2dfbb34602d3bd0.sqs-layout [class*=sqs-col] {
      float: left !important;
      width: 50% !important;
    }
    }
×
×
  • 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.