Jump to content

davidecapucci

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    davidecapucci got a reaction from paul2009 in How to had space on top for this Section   
    Working perfectly with the first
    Thank you so much really appreciate. :=)
     
  2. Love
    davidecapucci reacted to paul2009 in How to had space on top for this Section   
    You can add some CSS to push the page down a little so that it isn't hidden behind the solid header, but the header and its contents are dynamically sized so you'll need to take care to ensure that it doesn't leave a gap at different 'viewports' (screen widths).
    Here's a simplified example that you can add to Design > Custom CSS:
    .homepage #siteWrapper { margin-top:77px; } As you adjust your browser width from really small (mobile size) to really large (a 5K display) you'll see the issue.
    There are various ways to account for this. For example, instead of the code above, you can use the following example instead, which adjusts the margin for different viewports using 'media queries':
    @media only screen and (min-width: 800px) { .homepage #siteWrapper { margin-top:66px; } } @media only screen and (min-width: 1280px) { .homepage #siteWrapper { margin-top:75px; } } I hope this helps.
  3. Like
    davidecapucci reacted to paul2009 in How to had space on top for this Section   
    On Squarespace 7.1, the page sits 'behind' the header which is why part of the image is hidden. Do you want to change this behaviour on just this page, or others pages too?
×
×
  • 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.