Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #520147

    Our shopping cart Overlaps with the search button when on an ipad sized screen

    • This topic was modified 9 years, 1 month ago by spainion.
    #520151

    Hey spainion!

    Please link directly to your screenshot and provide a short description of the issue you are having.

    Cheers!
    Dake

    #520163

    [IMG]http://i60.tinypic.com/do55og.png[/IMG] This is the image. Not sure why my previous image didn’t work.

    #520172

    When you are on a device with the screen size of an ipad the nav menu overlaps with the search button Here is another screenshot url http://server.myspace-shack.com/d21/enfoldnavbug.png

    #520362

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #advanced_menu_toggle {
        right: -20px !important;
    }

    Regards,
    Rikard

    #541314

    Thanks Rikard,

    Partially worked. Still moves the button 20px on other size screens which creates a bit of a problem. Any way to fix this?

    I’ve tried

    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px) {
    #advanced_menu_toggle {
    right: -20px !important;
    }
    }

    Same difference

    Thanks,

    Robert Zamida

    #541718

    Hi!

    I do not have an actual ipad but i checked your website on http://ipadpeek.com/ and it does look fine on my end. Have you been able to figure it out?

    Best regards,
    Yigit

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