Jump to content

Cover/Landing page text position display

Recommended Posts

Site URL: https://kazoo-bulldog-snp5.squarespace.com/

Hi everyone,

I am creating a new website via Squarespace platform. The template is Brine Family 7.0.
https://kazoo-bulldog-snp5.squarespace.com/
Password to access is: 1234

I am trying to change to some text display that I am not able to do with the out of the box feature of Squarespace, but I can access some code sections to do some custom.

On the cover/landing page, I have some text displayed on the top of the page, above the logo that is centered. I want to display it on the bottom of the page, just like that:

https://ibb.co/fN1V5th

Do you have any code suggestion for that?

Thanks a lot for your kind help!

Link to comment
  • Replies 5
  • Views 1k
  • Created
  • Last Reply

Add to Cover Page settings > Advanced > Header

<style>
  .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="body"]:not([data-content-empty]) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 months later...

hi @tuanphan, 

attempting to do similar bottom positioning for body paragraph text. 
I tried  the CSS in Advanced Header for my cover page but it still justifies directly to the center.

site: www.ysdm.studio

would like "contact + journal" at bottom of page, any help appreciated!

 

Screen Shot 2020-05-27 at 4.45.35 PM.png

Screen Shot 2020-05-27 at 4.45.35 PM.png

Link to comment
On 5/28/2020 at 3:47 AM, ysdm said:

hi @tuanphan, 

attempting to do similar bottom positioning for body paragraph text. 
I tried  the CSS in Advanced Header for my cover page but it still justifies directly to the center.

site: www.ysdm.studio

would like "contact + journal" at bottom of page, any help appreciated

 

Add to Cover Page Settings > Advanced > Header

<style>
  .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="body"]:not([data-content-empty]) {
    bottom: 0 !important;
    height: 100% !important;
}
</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.