Hi,
How to add more space above the logo?
Regards
Hey simonac!
Please add following code to Quick CSS and adjust as needed
.logo img { margin-top: 15px; }
.header-scrolled .logo img { margin-top: 0; }
Cheers!
Yigit
Allright, thats works, but now i hace to add more space untder the logo. Otherwise it laps over/behind the menu. ;)
Hey!
It seems fine on my end – http://i.imgur.com/YA3nMdT.png
Can you post a screenshot of the issue you are having?
Regards,
Yigit
win 8 and firefox 28.0
Hey!
Please add following code to Quick CSS as well
#header_main .container { height: 230px; }
Regards,
Yigit
OK, that worked!
#header_main .container { height: 280px!important; }
But why does that not happen automatically?
Thanks
Hey!
Because there is already specified value on the selector. Shall i mark the topic as resolved or do you have any other questions? :)
Best regards,
Yigit
Thats all Thanks!