Jump to content

Mobile logo shrinking

Go to solution Solved by tuanphan,

Recommended Posts

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

I am custom coding this site to view well on mobile and I'm running into some issues with the logo shrinking on every page but home (this is the size I want it on all pages). The logo image switches depending on what page it is so that may be contributing to the issue. Any help would be greatly appreciated! 

Photos attached: First is what I want it to look like and the second is what's happening on the other pages

IMG_2424.PNG

IMG_2423.PNG

Link to comment
  • Replies 4
  • Views 211
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Solution

First, remove this code

<style>
div.header-title-logo a {
content:url("/s/SticksandStones_logo_brown-02.png") !important;     
max-width: 290px;
/* if logo needs to be centered */
margin-left: auto;
margin-right: auto;
}
</style>

Next, add this code

<style>
  header#header img {
    content: url(https://static1.squarespace.com/static/61e9de348177eb63b19626cb/t/626853ed34e3543737fbb2cc/1651004399419/SticksandStones_logo_brown-02.png);
}
</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
19 hours ago, tuanphan said:

First, remove this code

<style>
div.header-title-logo a {
content:url("/s/SticksandStones_logo_brown-02.png") !important;     
max-width: 290px;
/* if logo needs to be centered */
margin-left: auto;
margin-right: auto;
}
</style>

Next, add this code

<style>
  header#header img {
    content: url(https://static1.squarespace.com/static/61e9de348177eb63b19626cb/t/626853ed34e3543737fbb2cc/1651004399419/SticksandStones_logo_brown-02.png);
}
</style>

 

Thank you so much! 

 

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.