Jump to content

How can I make my logo appear on mobile version of Adirondack?

Recommended Posts

  • Replies 10
  • Views 1.6k
  • Created
  • Last Reply
Posted

@Ashley4993 Add to Home > Design > Custom CSS


@media screen and (max-width:640px) {
/* Hide Site Title */
h1.site-title a {
   visibility: hidden;
}
/* Add Background Image as New Logo */
h1.site-title a:after {
   visibility: visible;
   content: "";
   background-image: url(https://static1.squarespace.com/static/5ce0baa…/t/5cec77d…/1559001044941/IMG_0087.PNG?format=300w);
   display: block;
   width: 200px;
   height: 80px;
   background-size: 100px;
   background-repeat: no-repeat;
   background-position: center center;
}
}


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!)

  • 1 year later...
Posted
On 10/21/2020 at 11:53 AM, creedon said:

I don't have a solution but observation. I noticed things started getting wonky at 1080ish px and below.

1020654738_ScreenShot2020-10-20at11_47_59PM.png.f0ed709a02e535cc1bb87ad89f291d7b.png

 

885428274_ScreenShot2020-10-20at11_48_48PM.png.598ef2eb228050de4cd1218768d82063.png

 

1746938134_ScreenShot2020-10-20at11_49_20PM.png.c35da497a0a969749c43f8bdcf94235c.png

Hi, is there anyway we can turn off that feature so when people turn their phone landscape the website doesn't move that way?

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.