Login Icon Not Visible In Menu Or Elsewhere When View From Mobile Phone - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Login Icon Not Visible In Menu Or Elsewhere When View From Mobile Phone

NiroC

NiroC

Helix Framework 2 weeks ago

login icon not visible in menu or elsewhere when view from mobile phone

see below screenshots.

can see the login link in PC. but not visible in mobile

0
5 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 weeks ago #209036

Hello,

Thanks for reaching out to us.

Please, use this css in your custom code css sections:

@media (max-width: 991px){
#sp-menu .d-none.d-lg-flex.header-modules.align-items-center {
    display: block !important;
    margin-right: 10px;
}
}

Thanks

0
NiroC
NiroC
Accepted Answer
2 weeks ago #209040

hi

now there is a overlap happens.. i cleared joomla cache, mobile browser cache and checked in two phones. both same..

i want to move social media icon set and login icon to right side of the logo..

thanks

0
NiroC
NiroC
Accepted Answer
2 weeks ago #209038

ok

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 weeks ago #209047

I removed custom css and enable offcanvas login menu:

Thanks

0
NiroC
NiroC
Accepted Answer
2 weeks ago #209049

read this

0