Site logo

Archived topic

Visibility problem in (Register | Login) element in Prim template !!

5 replies · Started by Deyaa on January 11, 2022

Viewing posts 1–6 of 6

Hi,

My (Register | Login) element works fine in desktop mode, neither tablet nor mobile. BTW it holds the registration page and WPML shortcode.

https://eltogary.com/

Regards

Hi there,

I believe you're pertaining to this link - https://share.getcloudapp.com/xQuzDL7K - not working on mobile?

I just tested this from my android phone and it seems to be working fine, it brings me to the login page.

Perhaps you've already sorted this out? Or maybe I'm missing some steps to replicate the issue. Let us know.

I see.

Adding this CSS should make it display on mobile.

@media (max-width:768px){
.menu-bar-items .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul {
    display: block;
}
}

Make sure you clear cache after applying the change. :D

Thanks, Alvin

Have a nice day.

No problem. :D

This archived topic is closed to new replies.