Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Logo not responsive on mobile #159935
    flopifer
    Participant

    Great, now is working.
    Thanks Ryan and Sapana!

    in reply to: Logo not responsive on mobile #159603
    flopifer
    Participant

    Hello, I’m having issues with my logo in mobile view.
    I tried to apply this CSS code:

    /* Size for logo in Mobile */
    .custom-logo {
    max-width: 180px;
    }

    /* Size for logo in bigger devices */

    @media
    screen and (min-width: 1024px) {
    .custom-logo {
    max-width: 180px;
    }
    }

    but nothing happens. This is my webpage: http://nattex.com/
    Thanks!

    in reply to: LOGO not responsive #159589
    flopifer
    Participant

    Hello, I’m having issues with my logo in mobile view.
    I tried to apply this CSS code:

    /* Size for logo in Mobile */
    .custom-logo {
    max-width: 180px;
    }

    /* Size for logo in bigger devices */

    @media
    screen and (min-width: 1024px) {
    .custom-logo {
    max-width: 180px;
    }
    }

    but nothing happens. This is my webpage:
    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)