I’m using the logo center, menu below header layout and the logo seems to be getting sized down to 605px. I need it to say full-width (746px, in this case). I can’t seem to pin down the css on this one — is it being handled through a function or something?
Thanks.
Hey sky19er,
So you are needing the logo to be bigger than what it is now?
Best regards,
Jordan Shannon
Yes, I want it to be 746px.
Hi,
You can add the following code at Enfold Theme Options > General Styling > Quick CSS
.logo {
width: 746px !important;
}
Best regards,
John Torvik
OK, thanks!
Hi,
Did this solution work for you?
Best regards,
Jordan Shannon
Yeah, I think so. I mean, I’d rather see what’s actually constraining the width and try to change that, rather than just overriding it with that !important. I’m not sure how much of an issue the !important causes (if any) with the mobile views. But I think this is sufficient for me / for now.
Sure, you can close it — thanks.