Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #261225

    I am wondering if there is a way to easily set up a website so the logo takes up 100% of the header. I am using the Logo Centre, Menu Below set up, however, when I upload the logo with a phone number beside it (which is approximately 1100 pixels wide x 300 pixels tall), it gets automatically resized to a smaller size. I chose for the image to stay in its original size when I was inserting it in, but that didn’t make any difference.

    This is the website I’m talking about

    http://www.louisespeddingcelebrant.com.au/wordpress/

    Many thanks for your help.
    Ivana

    #261235

    Hi Ivana!

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

    .html_header_top.html_logo_center .logo {
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    }

    and go to Enfold theme options > Header Layout > Header Size = Custom Size > Header Custom Height = 300px

    Regards,
    Yigit

    #261477

    Thank you once again Yigit. You are a star! What would I do without you? :)

    Your help is greatly appreciated.

    Cheers
    Ivana

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo width’ is closed to new replies.