Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1264028

    Hi,

    How do I make our logo responsive to screen size? Our menu headers get smooshed into the image on certain browsers. Please see below:

    <img src=”file:///Users/doughorner/Library/Containers/com.apple.mail/Data/Library/Mail%20Downloads/C1542D8B-89A7-4AFA-ACC7-515208E172C0/Screen%20Shot%202020-11-25%20at%202.40.50%20PM.png” alt=”BROWSER: CHROME CHROME Version 87.0.4280.67 (Official Build) (x86_64)

    WINDOW WIDTH RANGE: starting at 992px until ~1150px width is where it overlaps” />

    #1264220

    Hey MyMedicalShopper,

    We can’t see the screenshot you tried to post, please upload it to a service like Dropbox or Google drive, then link to it here. Also post a link to where we can see the actual problem.

    Best regards,
    Rikard

    #1264257

    Hi,

    Please see the screenshots below at the link here:

    Screenshot 1
    Screenshot 2

    #1264259

    Another image for reference:

    Screenshot 3

    #1264451

    Hi,

    Thanks for that, but the folder you linked to is not shared publicly. Please post screenshots which we can actually access, and a link to where we can see the actual problem.

    Best regards,
    Rikard

    #1264516

    I don’t appreciate the tone…or the delayed responses…

    Screenshot 1
    Screenshot 2Screenshot 3

    #1264697

    Hi,

    The screenshots you posted are still not working. Could you simply share the URLs in private maybe? I asked for a link to your site as well, you still haven’t posted that either.

    Best regards,
    Rikard

    #1264790

    Please see below. The issue happens when you decrease the screen width inward.

    #1265103

    Hi,

    Thanks for that. Please try this in Quick CSS in order to activate the mobile menu at an earlier point:

    @media only screen and (max-width: 1180px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #1265508

    Thanks. Can you clarify where I should place this CSS code on the back end in WordPress?

    #1265525

    Hi,

    Refer to the following:

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.