Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Frontend manager's header is not shown on mobile?!
- This topic has 5 replies, 2 voices, and was last updated 4 years, 6 months ago by id.manage.
Viewing 4 reply threads
- AuthorPosts
- May 5, 2020 at 10:55 pm #127117id.manageParticipant
Hi Guys,
I realise my frontend manager’s header is hidden on mobile phone. It can be sheen if I scroll down with my finger. When the phone turns 90 degree to be horizental, the header also can be shown. May I ask you why? Thanks
Attachments:
You must be logged in to view attached files. - May 5, 2020 at 10:56 pm #127119id.manageParticipantThis reply has been marked as private.
- May 6, 2020 at 11:26 am #127276Sarmistha ChakrabortyMember
Hello,
Most probably it’s your theme issue, your theme style override the style of WCFM plugin. Which theme are you using?
Thanks.
- May 6, 2020 at 3:08 pm #127385id.manageParticipantThis reply has been marked as private.
- May 6, 2020 at 3:34 pm #127401Sarmistha ChakrabortyMember
Hello,
Try this css in your theme’s style.css
@media only screen and (max-width: 768px) { #wcfm-main-contentainer .wcfm-page-headig-fixed, #wcfm-main-contentainer .wcfm-menu-fixed { position: unset; } }
Thanks.
- May 6, 2020 at 5:39 pm #127459id.manageParticipant
Thank you very much. The code doesn’t work but I have achived what I want by diactivate one of my plugins. I will see if I can find alternatives .
Thanks again
- AuthorPosts
Viewing 4 reply threads
- You must be logged in to reply to this topic.