Hi
My header looks well on all machines and browsers. The website is
How ever when I view our landing page I am making on my computer it looks great. But on other machines for some reason the logo is shrinked. This is the landing page
http://www.codecreative.uk/landingpage/
How does it look at your end?
This is the offending css
.page-id-36 .logo {
left: 50%;
transform: translate(-50%, 0px);
}
I did this to center align the logo. How ever I’ve increased the canvas of the image so it appears to be center aligned and I can not use the above css. My issue now is that when I scroll downwards the logo squezes (sticky effect) but not in a central way it goes to the left.
Is there a way for just this page to remove the sticky header effect ?
Hey codecreative!
This is how it looks on my end on Safari, Firefox and Chrome on OS X 10.9.4- http://i.imgur.com/fab3RRB.png
Regards,
Yigit
Hi Yigit
Thanks for the rapid reply :)
Yes I’ve removed the css that I mentioned above.
All I want to do now is remove the shrinking header behavior from ONLY this page. Is that possible via css?
Maybe using .page-id-36 as part of the rule ?
If it has to shrink is there a way to have it shrink in a central behavior as it goes to the left at the moment