Portum doesn't work on mobile

Hi,

I’m working on the Portum theme and this theme doesn’t work on mobile.
Indeed, we can’t see all the services (some are cut). The menu is not at the top.
I use an Iphone 5S and I have also checked on a Samsung A5.
Please see attached some screenshots from my mobile phone.

Could you please help me and tell me why it doesn’t work ?

Thank you in advance for your help,

Emilie

Hi there

Hope you are having a good day and thank you for your question
Can you please check our demo if we have the same?
please provide url and i will take a look

Hi Noda,

Thank you for your reply :slight_smile:
I have checked your demo on my mobile phone and it doesn’t work. I can see the same problems.
My URL is : hellolangues.com

Thank you in advance for your help,

Have a nice day,

Emilie

is there an update to this? im having the same problem with the services list. on a mobile, my 3-column remains a 3-column. description is squished and became very long. how can i make it stack up against one another? reference: http://wecare.asia/

hey there

Please add this CSS in appearance - customize - additional CSS

.row-eq-height {
display: block;
}

Thanks!
Colorlib Support Team

Additionally, I had to add:

@media only screen and (max-width: 999px) {
	#logo {
		max-width: 115px;
	}
}

Where 115px was a decision about the width I wanted for mobile for my logo for it to work without getting huge for tablet sizes

thanks @conaptive
since this is old ticket i will close it now