Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #450618

    Hello,
    I use a Header with Logo centered, Menu below.

    I want the logo to be 739 px wide, but even if I change custom pixel value in Header size to 200 or more it stays at a width of aprrox 600 px.

    What could I do here?
    Thanks for Help!
    Bernd

    wrong how it is now

    should be this

    #450936

    Hi Bernd!

    Check it out, i modified the header size to 126px and added this to Quick CSS:

    #header_main .logo {
        left: auto;
        transform: none;
        -webkit-transform: none;
        max-width: 900px;
        float: none;
        margin: 0 auto;
        position: relative;
    }
    
    .logo a {
        text-align: center;
    }
    
    .logo img {
        display: inline-block !important;
    }

    Cheers!
    Josue

    #450941

    Hi Josue,

    really great!

    Thank you very much
    Bernd

    #450944

    You are welcome Bernd, glad to help :)

    Regards,
    Josue

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