Jump to content

vcampaner

Member
  • Posts

    26
  • Joined

  • Last visited

Reputation Activity

  1. Love
    vcampaner reacted to creedon in How can I remove the site title on my homepage?   
    @vcampaner
    Structurally is probably not the best term but I couldn't think of a better one. I'm trying to explain some complex stuff without going into all the deeper stuff.
    When display : none is used it takes the element out of the rendering flow but the element still remains available but now not visible. Since the element is still available it can be put back into the flow by changing display again.
    I don't know if Google ignores elements that have display : none on them and if it does how it goes into Google ranking.
    I doubt Google is going to get confused about which site and page it is indexing. The site and page title are still part of the header information for your site.
  2. Like
    vcampaner reacted to tuanphan in Change padding around site title, tag line, navigation   
    Add to Design > Custom CSS
    div#gridThumbs { padding-left: 5vw; padding-right: 5vw; }  
  3. Love
    vcampaner reacted to creedon in How can I remove the site title on my homepage?   
    @vcampaner
    Visually or structurally?
    Visually. Here the title has been hidden but the space it took up is still in the flow.
    .header-title {   visibility : hidden;      }
     
    Structurally. Here the title has been taken out of the flow.
    .header-title {   display : none;      }
  4. Like
    vcampaner got a reaction from creedon in Decreasing Section Padding Squarespace 7.1   
    This worked wonderfully, thank you so much 🙂
  5. Love
    vcampaner reacted to creedon in Decreasing Section Padding Squarespace 7.1   
    @vcampaner
    Here is some CSS to get you started. Add the following to Design > Custom CSS.
    .tweak-portfolio-grid-overlay-height-custom .portfolio-grid-overlay {   padding-top: 0;      } .sqs-layout:not( .sqs-editing ) > .sqs-row:first-child > [class*=sqs-col]:first-child > .sqs-block:last-child {   padding-bottom: 0;      } After you add the above in, if you could point out more areas where there is unwanted spacing. We may be able to extend the CSS.
    Let us know how it goes.
  6. Like
    vcampaner reacted to tuanphan in Adding a subtitle to a title to thumbnails in portfolio grid   
    Add this to Home > Design > Custom CSS
    h3.portfolio-title span { display: block; font-size: 12px; } then edit title to this format
     
×
×
  • 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.