Hi
Is there a possibility to change the height of header secondary menu, over the main menu?
Thanks
Hey msulecki,
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:
#header_meta .container {
min-height: 60px!important;
}
#top .social_bookmarks {
height: 60px!important;
}
#top .social_bookmarks li a,
.phone-info {
min-height:50px!important;
line-height:50px!important;
}
Best regards,
Jordan Shannon
Great that helps! Is there also possibility to make the font and icons a bit bigger?
Hi,
Thanks for the update, I can’t load your site though:
Error establishing a database connection
Could you make sure that it’s up please?
Best regards,
Rikard
The website is up
Hi,
To increase the icon size add this also:
.social_bookmarks li a{
font-size:20px!important;
}
Adjust the size to whatever you want.
Best regards,
Jordan Shannon