Page 1 of 1

Change layout on mobile phone

Posted: Sun Apr 18, 2021 6:13 pm
by fcollingwood
People aren't finding the categories box on mobile phones, as it's buried way down the page. Is there any way of moving it to above the main text just on phone browsers?

Re: Change layout on mobile phone

Posted: Sun Apr 18, 2021 6:21 pm
by Kofod95
Not sure if this works, but I once saw one suggest this in user.css

Code: Select all

#columnLeft{
order: 1;
}

#bodyContent{
order: 2;
}
//Daniel

Re: Change layout on mobile phone

Posted: Sun Apr 18, 2021 7:16 pm
by fcollingwood
SWEET! Thanks, that did the trick!

Re: Change layout on mobile phone

Posted: Mon Apr 19, 2021 6:26 am
by Kofod95
I should propably mention that it was the user @craig007 that originally posted it on the old forum some time ago, so thanks to him/her for that!

//Daniel