Home Forums Pro Themes Graduate Pro Make logo larger

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #66138
    Karlw3b
    Participant

    Hi,
    How are you?
    I’ve seen some similar answers on my issue, yet they don’t work for me. I’m using a logo I made from adobe illustrator, 1024 X 768 RGB to PNG-24 file. I would like to make logo lager on the web with out distortion. Please help. the css coded below did not work.

    .site-logo img {
    width: 220px !important;
    }

    #66140
    Karlw3b
    Participant

    I also would like to align logo with site title, is the a css code for that?
    see link: http://ushineinstitute.org/ just starting.

    #66231
    wensolutions
    Keymaster

    Hello @karlw3b,

    When we tried to access your site, we were unable to do so.

    So please can you post your proper site URL so that we can provide the precise fix for your issues?

    Thank you 🙂 .

    Best Regards!!

    #66245
    Karlw3b
    Participant

    Absolutely, I’m currently have some issues with my hosting company, Blue-host.

    #66247
    wensolutions
    Keymaster

    Hello @karlw3b,

    Please let us know as soon as your site is fixed.

    Thank you.

    Best Regards!!

    #72856
    Centro Selma
    Participant

    Hello,
    I need help, I would like to make the logo lager than 200×57,844px (fixed size) on my website but I can’t find CSS code to change this aspect.

    How can I do?

    My website URL: http://www.advancedstudies.unipr.it

    Thank you for the support,
    Linda

    #72918
    wensolutions
    Keymaster

    Hello @karlw3b,

    To width of the logo you have provided is very big. It cannot actually be implemented as the logo width.

    However, we have provided the CSS that will increase the size of your logo.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given.

    .site-logo img {
        width: 205px;
        height: 200px;
    }

    Hope this helps.

    Thank you.

    Regards!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.