Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #60768
    Marq
    Participant
    Premium Member

    Hi Vako & co,

    Our website dedicatedtodlp.com has gone live and we’re very happy with Ashe Pro!

    There’s one issue with our header logo though, which is it becomes too small on mobile version. Could you let me know what code to insert to make it bigger?

    Alternatively, what dimension do you suggest to use for uploading a mobile version of the logo in the Responsive menu?

    Thanks!

     

    #60770
    vako
    Keymaster
    WP Royal Team

    Hi Marq,

     

    At first, thank you for choosing our theme and service.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    @media screen and (max-width: 880px) {
    .logo-img {
    max-width: 500px !important;
    }
    }

     

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.