- This topic has 7 replies, 3 voices, and was last updated 6 years, 1 month ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Aspire Theme Support › Logo Zoom Out
How do I disable the logo zooming out when I scroll down the page?
Any ideas on where I can find this in the code?
What’s the link to your site?
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
I’m not looking for a designer That is the reason I purchased the template. I’m just wanting to know where in the code I can make changes so my logo doesn’t zoom out when I scroll.
“I’m not looking for a designer That is the reason I purchased the template. I’m just wanting to know where in the code I can make changes so my logo doesn’t zoom out when I scroll.”
Huh? All I asked for was the link to your site.
The reason I (or anyone else) would need the link to your site is so that I can tell you which line the code is coming from. Once I see where the code is that handles the logo shrinking or changing size then I can tell you what you can add to fix it. Otherwise I have no idea what or where to change anything since it would be a shot in the dark.
If you have a link I can provide a quick fix 🙂
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Sorry, I dont have a link at this time since it is running on MAMP
@Eric, I think Fred was looking at your Signature and probably thought you typed that to him 😉
@Fred Just so you know, the signature is something that shows up after your comments on Forums (if you chose to add one). Not just this forum, but all Forums have a signature section where you can add your website, famous quote, contact info, etc. It shows up on every post after the line.
kronos, ah that makes sense.
@Fred, I don’t know the exact location where your CSS code is located since I don’t have a link, but you can search for this code –
.header-image .light .site-title > a {
height: 56px;
}
….which should control the height and size of the logo/title area. Try deleting that part if you find it. If that doesn’t work then I would definitely need a link to your site once you have one available.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com