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

    Hey guys,

    I put the footer menu into my footer socket. Desktop screens show the footer menu in the right order, but on mobile screen it is in a alphabetic order.
    Is there any reason for this and how could I fix it?

    Thanks a lot!

    • This topic was modified 6 years, 7 months ago by ecounited.
    #947392

    Sry it was just the right float wich made the order difuse. Now I put it back to the left and the order is fine. But is there is possibility to have a right float and on mobile screen a right ordered socket menu?

    Thanks!

    #947961

    Hi,

    I’m assuming you have added your own CSS which you have now corrected? If so then you can add it back within this media query for it to only apply to mobile devices:

    @media only screen and (max-width: 767px) {
      YOUR CSS GOES HERE
    }

    Best regards,
    Rikard

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