Tagged: , ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #862851
    #863285

    Hey pooz,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #863349

    Hi Rikard,

    Yes and thanks :-)

    https://annanikolajsen.dk

    #863424

    Hi pooz,

    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 (min-width: 768px) {
    .html_header_top.html_header_sticky #main, 
    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
        padding-top: 88px;
    }
    #header_main_alternate {
        margin-top: -60px;
        border: none;
    }
    .responsive .logo {
        position: absolute;
        top: 10px;
    }
    #menu-item-99 {
      margin-left: 140px;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #863427

    Hi Victoria,

    Thanks for helping :-)

    We are getting closer, however I still want the logo to the left and the menu-items to the right……..still on the same line AND all in the middle of the page.

    #863949

    Logo+menu-items centered in header - on one line

    This is the way I want it :-)

    #863975

    Hi pooz,

    Oh, ok I got your request wrong. Please remove that code, it has to be different and easier than what I did. Sorry about that :)

    Best regards,
    Victoria

    #864252

    Hi Victoria,

    Have you come up with a solution? :-)

    Thx
    Pooz

    #864313

    Hi,
    It looks as though your logo is centered with the menu on both sides, if this is due to the code Victoria gave you can you please remove it so we can give you some new code.

    Best regards,
    Mike

    #864314

    Hi Mike,

    Its done!

    #864331

    Hi,
    Try this code in the General Styling > Quick CSS field:

    
    @media only screen and (min-width: 767px) and (max-width: 900px) { div .logo {left: 10%!important; }
    .av-main-nav-wrap {left: -15%!important; }}
    @media only screen and (min-width: 901px) and (max-width: 1024px) { div .logo {left: 15%!important; }
    .av-main-nav-wrap {left: -20%!important; }}
    @media only screen and (min-width: 1025px){ div .logo {left: 30%!important; }
    .av-main-nav-wrap {left: -50%!important; }}

    Please clear your cache and review.

    Best regards,
    Mike

    #864337

    Hi Mike,

    Wonderful – I just changed the CSS a bit for the (min-width: 1025px)-screens, and now it looks very good.

    Where did <center>…</center> go…lauging ;-)

    Thanks and have a nice weekend.

    BR,
    Pooz

    #864339

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘How to center logo + main menu on one line?’ is closed to new replies.