Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Vendor Store Header disturbed on screen width 800px and less
- This topic has 3 replies, 2 voices, and was last updated 4 years, 6 months ago by Henriette.
Viewing 3 reply threads
- AuthorPosts
- May 18, 2020 at 7:00 pm #132652HenrietteParticipant
Hi Team,
I just tested my website HERE on different screen resolutions and the vendor store header looks very disturbed on screen widths of 800px and less.Can this have something to do with the code used from THIS TOPIC?
Attachments:
You must be logged in to view attached files. - May 18, 2020 at 7:00 pm #132654HenrietteParticipantThis reply has been marked as private.
- May 19, 2020 at 12:48 pm #132961Sarmistha ChakrabortyMember
Hello,
Try this css in your theme’s style.css –
@media screen and (max-width: 768px) { #wcfmmp-store .logo_area { width: 90px !important; height: 90px !important; top: -70px !important; position: relative !important; } } @media screen and (max-width: 480px) { #wcfmmp-store .logo_area { float: none !important; display: inline-block !important; margin-bottom: 5px !important; } }
Thanks.
- May 19, 2020 at 6:10 pm #133122HenrietteParticipant
Thank you, that works for me.
Not every screen size looks even nice yet but I can tweak that myself.Again thank you!
- AuthorPosts
Viewing 3 reply threads
- You must be logged in to reply to this topic.