Change layout on mobile phone

Open to all! Ask other shopowners for help.
Post Reply
fcollingwood

Change layout on mobile phone

Post 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?


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Re: Change layout on mobile phone

Post 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
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
fcollingwood

Re: Change layout on mobile phone

Post by fcollingwood »

SWEET! Thanks, that did the trick!
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Re: Change layout on mobile phone

Post 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
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply