Elxis CMS Forum

Extensions => Templates => Topic started by: kyomar on August 23, 2019, 09:59:33

Title: five template - position user2 disappears on small screens [solved]
Post by: kyomar on August 23, 2019, 09:59:33
Hi, I might need some help with that. Perhaps it's a bug but most likely it's me.

I am using the positions user1, user2, and user3. On small screens (tablet, smart phone) user2 disappears. I have looked everywhere but can't find the reason. Modules in those positions are:
user1 - mode_latestarticle
user2 - mode_categories, mode_newsletter
user3 - mode_content

Would be great if somebody could look into that. Many thanks!
Title: Re: five template - position user2 disappears on small screens
Post by: nikos on August 24, 2019, 01:35:04
If you comment line 653 of the template.css file and save it the user2 will be displayed also on small screens.

How to comment...

Replace this #tpl5_fmods2 { display:none; visibility:hidden; } with this /*#tpl5_fmods2 { display:none; visibility:hidden; }*/
Title: Re: five template - position user2 disappears on small screens
Post by: kyomar on August 27, 2019, 14:34:07
Thank you very much nikos for the solution. I should have seen this myself - too many trees in the forest.
Title: Re: five template - position user2 disappears on small screens [solved]
Post by: nikos on August 27, 2019, 18:39:13
You are welcome kyomar!