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

    http://borstch.eu/aptare6/

    The footer text seems to move to the bottom of the footer on mobile devices for some reason. If possible I would like to be in the middle of the footer on all mobile devices as well. It looks great on big screens though.

    How do I fix this?

    #396510

    Hey crewneck!

    can you please show us a mockup/screenshot of what you want to achieve? For me your footer looks just fine.

    Best regards,
    Andy

    #396599

    Sure! See below
    http://borstch.eu/stuff/4.png

    #396792

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .home #text-2 .widgettitle {
    margin-top: 6px;
    }}

    Cheers!
    Yigit

    #396856

    Works great! Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer text moves down on mobile devices’ is closed to new replies.