Align logo correctly in mobile format

Home Forums Legacy Support Support queries How-to & Troubleshooting Align logo correctly in mobile format

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #389752
    Pol Mallafre
    Participant

    My main logo are not correctly aligned in mobile format: https://prnt.sc/y-vcHHSi6-CH

    How can I align it and resize it a little more big?

    #389766
    Anshuman Sahu
    Keymaster

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :


    @media (max-width: 767px){
        #header_mobile_logo.hide {
        width: 150px !important;
        max-width: 200px !important;
    }
    }


    #389772
    Pol Mallafre
    Participant

    Not working

    #389802
    Anshuman Sahu
    Keymaster

    worked : https://screencast-o-matic.com/i/c0QTD6V5cGy

    #389810
    Pol Mallafre
    Participant

    Thank you! Almost my website is done :D

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