This topic has 4 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp
The header spins around as you scroll up when the screen width is small. Please see example: http://www.TechnoChic.net
Hello,
I’ve checked your site and don’t see any issues.
Could you show a video of your problem?
Regards,
Eva Kemp.
Here is the video: https://vimeo.com/163459816
Password is “WooClean”
The header spins when you scroll down past the top.
Also the text in the video that reads “Technology: made elegant, smart & fashionable” is an image placed in the “Header Image” section – I would like to know how to make it become centered with the logo when the logo and menu bar are centered (when the screen width is not full)
Thank you!!!
Natasha
Hello,
Please add this code in Theme Options > Custom CSS:
@media only screen and (max-width: 480px) and (min-width: 320px){
.header.fixed-header{
transform: rotate(0deg) !important;
}
}
As for the header image please provide us with wp-admin credentials.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up