Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #604264

    Trying to over ride a setting in layout.css with a Child Theme css adjustment, but it’s not taking for some reason. Thoughts?

    There’s a black bar that appears below the header on tablet and mobile views. In chrome dev tools, I can change the height from 80px to 72px, which fixes the issue locally, but when I place the following CSS in my Child Theme (where all other adjustments have worked fine), it doesn’t take.

    
    @media only screen and (max-width: 767px)
    .responsive #top .logo {
        height: 72px !important;
    }
    
    @media only screen and (max-width: 767px)
    .responsive #header_main .container {
        height: 72px !important;
    }
    
    #604268

    Ahhhh . . . nevermind. Missing some {} must be tired :) You can close/delete this post.

    #604279

    Hi!

    Glad you got it shorted!
    Please do let us know if you need anything else from us! :-)

    Regards,
    Basilis

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile Menu Height’ is closed to new replies.