Tagged: 

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

    Hi, i’d like to have logo that take the full width of the header. Now settings are: logo centered, menu below. Logo is 1130px wide (as layout size) but it displays at only 300px in the center. Enfold version: 4.1.2. Thanks.

    #837798

    Hey maryhellensegatta,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #header_main .container.av-logo-container {
        max-width: 100%;
        padding: 0;
    }
    
    .html_header_top.html_logo_center .logo {
        position: static;
        margin: 0 auto;
        transform: none;
        float: none;
    }
    
    .logo img {
        display: block;
        margin: 0 auto;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #840134

    Thanks, you can mark as resolved.

    #840138

    Hi,

    I’m glad you were able to get this solved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo centered and in full width of the header’ is closed to new replies.