Jump to content

How do I add text over an index gallery on my Landing Page?

Recommended Posts

Site URL: https://www.marinocarrabs.com/

What I am looking to do is, on my landing page I would like to have a block of text saying what I do.  For example " Animator & photographer".  I would like to have this text over the index gallery that I currently have now.  Underneath that I would like to put a button that says "Enter" or "portfolio. Is that possible to do?  I would like it all on one index page and stacked over the Gallery of images.  I am using the Brine template for this site.

https://www.marinocarrabs.com/

Thank you!

Link to comment
  • Replies 11
  • Views 875
  • Created
  • Last Reply

Let's try this for the new index page you created.

Fist remove, make a copy somewhere, these two CSS rule-sets.

#block-603a8078ca355d0ac5d87ee6 {
    z-index: 99;
    position: fixed;
    top: 50%
}

#block-yui_3_17_2_1_1614450093783_9404 {
    position: fixed;
    top: 54%;
    z-index: 99
}

Add this CSS.

#new-page .sqs-row .sqs-col-12 {

  position : fixed;
  top : 45%;
  z-index : 99;
  
  }

This moves the text and button blocks as a unit.

The text is scrunched up at larger screen sizes as you have a rule-set that sets the line-height to zero.

Seems like the gallery with the moved second page content is working so far. I'd say keep on and see where it takes you.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

You could try adding this CSS to center things.

/* begin centering new page */

  #collection-603a71a3dea190701a92f13f .Header-branding {
  
    margin-left : 0;
    
    }
    
  #new-page .sqs-layout > .sqs-row {
  
    margin-left : 0;
    margin-right : 0;
    
    }
    
  [class*=sqs-col] #block-603a8078ca355d0ac5d87ee6.sqs-block {
  
    padding-right : 0;
    
    }
    
  [class*=sqs-col] #block-yui_3_17_2_1_1614450093783_9404.sqs-block {
  
    padding-left : 0;
    
    }
    
  /* end centering new page */

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.