Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #368855

    Hi, the logo is currently showing on the right side and overlaps the menu button on mobile devices. I would like the logo to show on the left side for all mobile/tablet devices.

    http://screencast.com/t/tYzdj5hTtel

    How can I do that?

    URL is – http://polytown.co.il/

    #368940

    Hi DROR!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive .logo, .logo img {
    float: left;
    width: 100%;
    }}

    Regards,
    Yigit

    #371250

    Great. Thanks.

    For some reason i’m no longer getting notified via email on updates to my threads. Any idea why? I didn’t change my email and i’m checking the box at the bottom.

    #371370

    Hi!

    We’re still trying to figure out what’s wrong with the email notifications. Please let us know if you’re still having this issue.

    Cheers!
    Ismael

    #371518

    Yes, still not getting the notifications.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Move Logo to the Left side on all mobile devices’ is closed to new replies.