Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #284766

    I have an issue with the transparent menu in mobile menus which I fixed with this code:

    @media only screen and (max-width: 767px) {
    .responsive #main {
    padding-top: 0 !important;
    margin-top: -170px;
    }

    However, this code “fixes” ALL my pages and posts, and I only want it applied to the ones with a transparent menu. Any way to fix ONLY the transparent menu pages/posts?

    Thanks for any assistance.
    Chad

    #284920

    Hi crschulz!

    Thank you for using the theme!

    Please add this selector:

    @media only screen and (max-width: 767px) {
    .responsive.html_header_transparency #main {
    padding-top: 0 !important;
    margin-top: -170px;
    }
    }
    

    Regards,
    Ismael

    #284946

    Works in Opera and Chrome. And works at tablet width in IE, but not at mobile width.
    Almost there.
    Appreciate the help,
    Chad

    #284984

    Hi!

    Thank you for using the theme.

    Do you mind if we take a look at the actual website? Please post the url here.

    Best regards,
    Ismael

    #285049
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile transparent menu issue’ is closed to new replies.