Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #226257
    #226594

    Hey jansthh!

    1.) Use this to align the logo to the right:

    div .logo {
    float: right;
    }

    2.) Use this to move the mobile menu toggle:

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    margin-top: 0;
    }
    }

    Cheers!
    Ismael

    #226663
    This reply has been marked as private.
    #226858

    Hey!

    Please add following code to Quick CSS and adjust as needed

    .header_color .main_menu ul:first-child > li > a { color: red; }

    I have moved the logo to the right. You can find the custom CSS code in Quick CSS section

    Regards,
    Yigit

    #226871

    Hey Yigit,

    awesome!!!! :)

    Only in iPad portrait mode it’s not on the right. Why is that?

    Thank you,
    Jan

    #226873

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 989px) and (min-width: 768px) { 
    .responsive .mobile_slide_out .logo {
    float: right;
    }}

    Best regards,
    Yigit

    #226894

    Hey Yigit,

    yeah, here we go!

    You guys do a hell of a job. I have more kriesi-theme-jobs in the pipeline… ;)

    Cheers,
    Jan :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Align Logo and mobile navigation’ is closed to new replies.