• Hi, I am trying to align my logo with my toggle bar in the mobile view of new.healthcatalystcapital.com but can’t seem to figure out how to adjust the style sheet to do so. Any recommendations?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi KA,

    For aligning your logo to exact place in mobile view, you need to play with media queries by giving height and width to logo for specific screen sizes. You have to give media queries in your style.css

    NOTE-: changing your style.css will be overwritten when you will update your theme. Best way is to work on child theme.

    Regards
    Divdeep Singh

    i made it with this css

    @media (max-width: 767px){
    #main-nav, #main-nav.fixed {
    position: fixed;
    }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Zerif Lite – How to align my logo with the toggle bar in mobile’ is closed to new replies.