Hey,
I’d like to be able to get the logo to show as big as I design it and put it in at rather than shrinking as its too small at the moment.
I’d also like to stop it shrinking even further once you scroll down the page.
Thanks,
Aaron
Reference: http://dev.beautymedia.co.uk/demo/miradry/
Hi undervised!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#header_main .container, .main_menu ul:first-child > li a {
height: 236px;
line-height: 236px;
}
.html_header_top.html_header_sticky #main {
padding-top: 236px;
}
Cheers!
Yigit