Jump to content

LRamos13

Member
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    LRamos13 reacted to tuanphan in Changing layout/stacking of buttons in mobile view (webcomic)   
    Q1,2,3. Add to Design > Custom CSS
    /* Tablet */ @media screen and (max-width:1024px) and (min-width:768px) { /* q1. Shop text no wrap */ div#block-4cd380416112eb7e6eab p { white-space: nowrap !important; } /* q3 packing design */ [data-section-id="6064ae80b46736615c31f207"] .content { width: 100% !important; } } /* tablet mobile */ @media screen and (max-width:1024px) { /* q2 remove scroll bar */ html, body { overflow-x: hidden; } }  
  2. Thanks
    LRamos13 reacted to tuanphan in Changing layout/stacking of buttons in mobile view (webcomic)   
    Q1. Add to Design > Custom CSS
    /* Comic mobile */ @media screen and (max-width:767px) { div#page-section-608361d52b347c1a0f9a6cd8 .span-12>.row { display: flex; align-items: center; justify-content: space-between; } div#page-section-608361d52b347c1a0f9a6cd8 .span-12>.row a { padding: 1px !important; } div#page-section-608361d52b347c1a0f9a6cd8 .sqs-block { padding: 5px !important; } } Q2. Screenshot is 3 icons or 5 icons??
  3. Thanks
    LRamos13 reacted to Beyondspace in Decreasing padding/spacing in blog between sections   
    try, 
    .blog-single-column .blog-meta-section { margin-bottom: 0; } .blog-single-column .blog-title { margin-bottom: 0; } .tweak-blog-single-column-width-full .blog-single-column { padding-top: 0; }  
×
×
  • 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.