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

    Hello
    I put my logo on the top menu, but on the desktop version it is smaller than I want and I want it centered top to bottom. I don’t know how to adjust that.

    It looks perfect on cell phone, but not on tablet (same as desktop).

    Hope you can help!

    #1464643

    Hey MysticMimi,
    Thanks for the link to your page, but we could not login without a user name, nonetheless try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 1024px) { 
    .logo.avia-standard-logo {
    	height: 200px;
      top: -49px;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1464691

    Thank you! That worked great for my desktop!
    On my cellphone, it looks too small. How do I fix that one?
    Mimi

    #1464703

    Hi,

    Thanks for the update. There is a lot of white space in your logo, I would recommend that you remove that and upload the image again first of all.

    Best regards,
    Rikard

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