• Resolved twin6767

    (@twin6767)


    Good day

    Would like to find out how the main logo size can be made larger? The logo found under general options in appearance.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there

    You could change the number in code max-height :

    .navbar-brand > img {
    max-height: 64px
    display: inline-block;
    }

    You will find it at
    wp-content/themes/llorix-one-lite/style.css – in line arround 953

    Hope it helps

    Best regards
    Kimo

    Hello there,

    Thank you for your input @webactor but editing the theme stylesheet directly is not recommended since you will lose the changes when the theme is updated.

    For small CSS changes we usually recommend just using our “Advanced CSS Editor” plugin and heading to Appearance->Customize->Advanced CSS Editor and then adding the code.

    Best regards,
    Uriahs

    Thread Starter twin6767

    (@twin6767)

    Hi there,

    Yes I did just use your advanced CSS editor, however I continue to see a distorted logo image regardless of the size of the logo. Any suggestions would be appreciated.

    I also tried:

    .site-branding {
    width: 100%;
    }
    .site-logo {
    max-width: 100%;
    }

    Which also resulted in a distorted logo.
    I am uploading a PNG file from adobe illustrator

    Thanks
    Regards

    Hello,

    Please have a look at this document: http://docs.themeisle.com/article/320-how-to-increase-zerif-logo-size

    You are using the wrong classes, that document applies to llorix one also.

    Best regards,
    Uriahs

    Thread Starter twin6767

    (@twin6767)

    Hi there,

    Thanks so much, did the job.

    Regards

    Hey there,

    Glad we were able to help. If you are happy with our products and support, please leave us a kind review here. Cheers 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Main logo’ is closed to new replies.