Vendor Store Header disturbed on screen width 800px and less

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 3 reply threads
  • Author
    Posts
    • #132652
      Henriette
      Participant

      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.
    • #132654
      Henriette
      Participant
      This reply has been marked as private.
    • #132961

      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.

    • #133122
      Henriette
      Participant

      Thank you, that works for me.
      Not every screen size looks even nice yet but I can tweak that myself.

      Again thank you!

Viewing 3 reply threads
  • You must be logged in to reply to this topic.