Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #849271

    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.

    #849322

    Hey sky19er,

    So you are needing the logo to be bigger than what it is now?

    Best regards,
    Jordan Shannon

    #849373

    Yes, I want it to be 746px.

    #849409

    Hi,

    You can add the following code at Enfold Theme Options > General Styling > Quick CSS

    
    .logo {
      width: 746px !important;
    }
    

    Best regards,
    John Torvik

    #849650

    OK, thanks!

    #849730

    Hi,

    Did this solution work for you?

    Best regards,
    Jordan Shannon

    #849795

    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.

    #850239

    Hi,
    shall we close this then?

    Best regards,
    Mike

    #850243

    Sure, you can close it — thanks.

    #850244

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘centered logo width limited to 605px?’ is closed to new replies.