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

    Hi there,

    We needed to make a one page temporary site but having done so the logo now seems to be out pf position on smaller screen sizes. Can’t see what’s causing the issue in Firebug. Help much appreciated.

    #440336

    Hey rpl_admin!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
      vertical-align: top;
    }}

    Best regards,
    Yigit

    #440705

    Hey Yigit,

    Once again, many thanks for your excellent help.

    Best regards,

    Robert

    #440864

    Hey!

    Glad we could help :)

    Best regards,
    Rikard

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