Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #786215

    Hi,
    Because this quick css does not work with: Logo in the center, menu above?
    html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    }
    I want the image to take up the entire page width
    Thank you, Flavio

    #786228

    Hey Flavio1963,

    Can you post a link to your page? so we can check the logo.

    Best regards,
    Nikko

    #786236

    So is with the menu below
    (www.corobrenta.it/site)
    Flavio

    #786414

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .container.av-logo-container {
        padding: 0;
        margin: 0;
        width: 100%!important;
        max-width: 100%!important;
    }
    

    Best regards,
    Yigit

    #786611

    Hi,
    Everything is OK, thank you
    I also wanted to ask why there is no menu above and to the right
    Thank you
    Flavio

    #786621

    Hi,

    please always open a new ticket for an additional question/issue. Explain to us in your new ticket what exactly you’re talking about, by adding screenshots for example (imgur.com, Dropbox). As far as I can see it your menu is working fine. A mockup showing the results you want to achieve would be awesome for us to understand what you’re trying to achieve.

    Best regards,
    Andy

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