Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #218345

    Hey,
    My logo sucks on mobile. Pull it up on the iPhone in portrait mode and its a no go :)

    Any tips? Maybe a desktop version and a mobile version.

    Thanks so much!!!! :)

    The site I’m taking about is http://takeholdprinting.com

    #218791

    Hi pc37075!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    .responsive .logo {
    margin-left: -50px;
    }
    #advanced_menu_toggle {
    right: -28%; }
    }

    Regards,
    Yigit

    #219057

    works really well! Thanks so much :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fixing My Mobile Logo…’ is closed to new replies.