Hey,
I want to decrease the space under the logo header and the grey line
http://www.hotelladdict.se/
What code shall I add?
I am not going to have a menu.
Thanks
Charlotte
Hey Charlotte,
Please provide the username and password I would need to view the site.
Best regards,
Jordan Shannon
Ah… sorry!
Hi,
Add the following to quick css:
.container.av-logo-container{
height: 65px!important;
line-height: 65px!important;
}
#menu-item-search a{
height: 65px!important;
line-height: 65px!important;
}
Best regards,
Jordan Shannon
Thanks :)