Tagged: Floating Logo
Hello all, i often use the code to center logo in the menu space
.logo img { position: relative; top: 10px; }
it works fine but when i switch to mobile mode the logo touches the slider
What can i do ? Thanks for help
here are screenshots
Normal
https://www.dropbox.com/s/6jdin96xg1u1c69/normal.png?dl=0
Mobile
https://www.dropbox.com/s/7mn8zcq6tqc1ybs/mobile.png?dl=0
Hey pmphilipps,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive .logo img {
padding: 10px;
margin-top: -20px!important;
}}
Best regards,
Jordan Shannon