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?
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
Sure! See below
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
.home #text-2 .widgettitle {
margin-top: 6px;
}}
Cheers!
Yigit
Works great! Thanks!