Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #920869

    Hello,

    I am not having any luck finding out how to change the logo/menu area on my mobile screen. I would like for the logo to be bigger, and be visible on the left with the menu, cart and search on the right. I would also like for the account and phone number to be moved to the right as well.

    I don’t know if it’s possible to have the mobile menu mimic the desktop menu, with the image as the background. That would be ideal, but moving the items around would be great, too.

    Thank you!

    screenshot image

    #921032

    Hey mwaxman1,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    
    .responsive #top .logo {
        display: flex;
    }
    
    .responsive .logo img {
    	display: inline-block;
    }
    
    }
    

    Best regards,
    Vinay

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