Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #221208
    #221579

    Hi rfb4!

    Please post a link to your website.

    Best regards,
    Peter

    #221892
    This reply has been marked as private.
    #221914

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .logo, .logo a, .logo img { max-width: 235px !important; }
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 152px;
    line-height: 152px; }

    Cheers!
    Yigit

    #222163

    Hi!

    Thanks for the quick reply. I pasted the code, but even when changing the pixel size values the logo displayed doesn’t become any bigger?

    Thanks
    Ruppert

    #222237

    Hey!

    Please remove this line:

    .logo, .logo a, .logo img { max-width: 235px !important; }
    

    Replace it with this:

    .logo, .logo img {
    width: 235px !important;
    max-width: 235px !important;
    }

    Best regards,
    Ismael

    #222349

    Pasted the updated code. Still doesn’t change anything in the appearance of the header/logo. Also tried reuploading the logo, to no avail.

    Any other ideas?

    #222817

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #223107
    This reply has been marked as private.
    #223116

    Hi!

    Please check your website now. There was a mising closing curly bracket in your custom CSS code.

    Cheers!
    Yigit

    #223576

    Awesome, looks like I’ve just been sloppy. Thanks for sorting it out, these things are easy to miss for folks who can’t code :-)

    #223581

    Hi!

    You are welcome, glad we could help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Bigger Logo (non fixed, social, add nav)’ is closed to new replies.