Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #849723

    LLD
    Participant

    Hello,

    I am working on this site: http://legendlanddolls.com/

    On smaller devices my logo and the menu icon is not in the same line (see the first screenshot). Is it possible to change the logo size continuously and change the position of the menu icon? I would like to make the logo smaller and smaller to fit the device exactly (see the second image).

    Thank you,
    Loriana

    #849726

    LLD
    Participant
    This reply has been marked as private.
    #849836

    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems your website is under construction. Please take it off or provide us the credentials in private reply so that we can check and assist you on this.

    Thanks

    #849884

    LLD
    Participant
    This reply has been marked as private.
    #850228

    Jade
    Moderator

    Hi Loriana,

    Apologies for missing that.

    Please add this CSS in the customizer:

    @media (max-width: 480px) {
        a.x-brand.img {
            width: 70%;
        }
    }

    Hope this helps.

    #850808

    LLD
    Participant

    Perfect! Thank you very much 🙂

    #850819

    Paul R
    Moderator

    You’re welcome! 🙂