• Good evening everyone. I have a problem. The mobile menu on my website is too small, I would like to enlarge it. Unfortunately, in the theme options, I do not have this option, so I have to do it with the css code. I have already tried a pair and unfortunately nothing happens. Could you please help me? this is what a piece of code looks like

    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }
    img {
        border-style: none;
    }
    *, *::before, *::after {
        box-sizing: inherit;
    }
    a {
        line-height: inherit;
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }
    user agent stylesheet
    a:-webkit-any-link {
        color: -webkit-link;
        cursor: pointer;
Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    Mobile compatibility is theme-dependent.

    I recommend asking at your theme’s support so its developers and support community can help you with this.

Viewing 1 replies (of 1 total)

The topic ‘Mobile Logo Size’ is closed to new replies.