Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #204754

    Hello,
    Love the theme and happy new year!
    We are having trouble getting our logo to properly render in mobile
    http://chicagoweddingblog.com/

    Please advise.

    Kind regards,

    David

    #204757

    Hi djsmbd!

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

    @media only screen and (max-width: 480px)  {
    .logo, .logo a, .logo img { max-height: 100px!important; }}

    Regards,
    Yigit

    #204768

    Thanks it worked!
    Just noticed we are having the same issue on our other enfold site. I did add the code you sent but it did not work.
    Here is the site:
    http://musicbydesign.com/

    #204771

    Same issue here as well. Sorry to be a pain…we just enlarged our logos a bit and the problem occurred.
    http://photoboothbydesign.com/

    #204785

    Hi!

    Please try following code for the second website

    @media only screen and (max-width: 480px)  {
    .logo, .logo a, .logo img { max-height: 63px!important; }}

    and following for the third one

    @media only screen and (max-width: 480px)  {
    .logo, .logo a, .logo img { max-height: 77px!important; }}

    Please flush browser cache after applying the codes and refresh your page a few times

    Regards,
    Yigit

    #204788

    Thanks! You guys are great. Really appreciate it.

    #204792

    Hi!

    You are welcome, glad we could help! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Logo in mobile’ is closed to new replies.