Hi,
I have a header logo size 974px by 183px.
I have added this code in the custom.css
.header1 .logo img{
width: 974px;
max-width: 974px;
}
.fixed-header .logo-with-menu img{
width: 974px;
max-width: 974px;
}
But logo remains tiny. I am using the first header option within the theme option.
I am using latest version of the theme.
Please advise.