Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #530006

    Hi

    I wish to put a tall logo that overhangs the the header section. I found a post on the same subject, but the CSS suggested doesn’t work for me.

    The form post was https://kriesi.at/support/topic/need-tall-logo-on-top/ and the effect I am looking for is similar to the website mentioned in the post.

    Site I am working on listed below.

    Please advise

    Kind regards

    Duncan

    #530039

    Hey dweddell!

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

    .logo {
        top: 15px;
    }

    Your logo currently has a white background. Please edit your logo image and make background transparent

    Cheers!
    Yigit

    #530053

    Hi Yigit

    Thanks, but how do I get the image to display full size 340 by 340 px? with the majority covering image below?

    #530552

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .logo a img {
        max-height: 340px !important;
    }

    Thanks,
    Rikard

    #530637

    perfect….many thanks…

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