StyledThemes

Logo image issues

Home Forums WordPress Themes – Premium Lavish Pro Logo image issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41942
    Anthony Jones
    Participant

    Hi there,

    I’m trying to put my company logo on the header but it keeps getting resized to a fixed size making the logo look terrible. It’s locally hosted on my computer but I have included screenshots.

    I’ve had a quick go at changing the css values but can’t quite figure it out. How can I get my logo to upload at the correct ratios? I’ve resized it to 617px x 83px but it still changes the width and squashes it in.

    Many thanks.

    Attachments:
    You must be logged in to view attached files.
    #41955
    Sushil Adhikari
    Moderator

    Hi Anthony Jones,

    Please use this css on your child theme or additional css section of custmizer so your changes will not lost on theme update:

    #la-logo-group img {
    	width:auto;
    }

    Let us know how it will goes.

    Thanks

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