Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1340780

    Hi

    Is there a way to make the logo slightly smaller (in height) only on mobile, without affecting the logo size in other devices?

    Please see the page URL in PVT.

    #1340790

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 480px) { 
    .responsive .logo img {
      padding: 10px 0;
    }
    }
    

    Regards,
    Yigit

    #1341148

    That worked perfectly.
    Is there a way to do the same to all devices? The padding around the logo will look great in all devices I guess.

    Many thanks.

    #1341150

    Hey,

    Sure, please use the code as following instead

    .logo img {
      padding: 10px 0;
    }

    Cheers!
    Yigit

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