Jump to content

Code for bottom right text alignment

Recommended Posts

One option might be too use CSS and position absolute the text block. It's not exactly full bottom right.

1593455600_ScreenShot2022-07-25at7_26_54PM.png.a81dff1d1b2f20d5aa44d074bf8f64ae.png

Or you could do a full CSS effect which would look something like the following.

368438201_ScreenShot2022-07-25at7_50_31PM.png.5392f73b09ac83cfaefea16453b7b250.png

Which do you prefer?

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
  • 3 weeks later...
4 hours ago, breannadawnphoto said:

I prefer the second option more!

Add the following to Design > Custom CSS.

#home-header::after {

  bottom : 0;
  color : #b48a46;
  content : 'Capturing your life as it happens.';
  font-size : 32px;
  font-style : italic;
  margin-bottom : 1em;
  margin-right : 1em;
  position : absolute;
  right : 0;
  text-align : right;
  
  }

This is for v7.0 using the Brine template family.

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

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