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

    I’d like to find a fix for 2 small problems I’m having on my new website. All help is welcome ^^.

    1. Vertical align logo in navigation on desktop is not working. Can somebody help me finding the correct CSS, please? (mobile already okay)
    2. The icon of the burger menu is black on mobile. Can somebody make it white so it also looks good on mobile, please? (desktop already okay)
    Screenshot https://imgur.com/a/c652aqk

    Link to site: https://goev.devatsize.be/

    Thank you Enfold :)

    #1161276

    Hey mynick,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px){
        .av-burger-overlay-active #top .av-hamburger-inner,
         .av-burger-overlay-active #top .av-hamburger-inner::before, 
         .av-burger-overlay-active #top .av-hamburger-inner::after {
          background-color: #fff;
        }
    }
    .logo img { 
        margin-top: 20px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1161775

    Worked like a charm!
    Topic can be closed! Thank you Victoria.

    #1162758

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Please bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘2 small problems on my new site: 1 align logo, color burger menu’ is closed to new replies.