2birds Posted July 12, 2022 Share Posted July 12, 2022 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 Link to comment
tuanphan Posted July 13, 2022 Share Posted July 13, 2022 What is access password? 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
2birds Posted July 13, 2022 Author Share Posted July 13, 2022 14 hours ago, tuanphan said: What is access password? Sorry about that! Password: sticks Link to comment
Solution tuanphan Posted July 14, 2022 Solution Share Posted July 14, 2022 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
2birds Posted July 14, 2022 Author Share Posted July 14, 2022 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment