Jump to content

Make logo permanently float on screen bottom right

Recommended Posts

  • Replies 5
  • Views 2.1k
  • Created
  • Last Reply

Top Posters In This Topic

On 4/7/2021 at 5:52 PM, nancydoble said:

Thanks for this. It wasn't quite what I had in mind. 

Hoping for something similar to this :

https://www.simonmillerusa.com

Addt o Design > Custom CSS

/* Float logo */
.header-title-logo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20000;
}

 

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 years later...
On 9/19/2023 at 2:30 AM, GB-88website said:

Is there a way to make this happen only on the mobile version?

Change code to this

@media screen and (max-width:767px) {
/* Float logo */
.header-title-logo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20000;
}
}

 

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

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.