Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #640672

    Hi,
    I’m adding a shop to my site and the shopping cart icon doesn’t show at a screen size between 767px and about 1000px.
    I’ve tried adding this to css:

    @media only screen and (max-width: 990px) {
    .responsive #top .cart_dropdown {
    position: absolute;
    top: 50%;
    right: 9.5%;
    }}

    Do you know how I can make this button appear earlier?
    Thanks,
    Lisa

    #640703

    Hey sundara88,

    please review the site we added the below css in Quick CSS. You can adjust the right values with media query to change it’s position :)

    /* Cart */
    @media only screen and (min-width: 990px) {
    .cart_dropdown {
    right:10px!important;
    }}

    Best regards,
    Vinay

    #640706

    Hi Vinay,
    It did something but it’s not working properly yet.
    The shopping cart moves too early now and overlaps the normal menu and when I make the screen smaller it moves around and hides behind the main menu toggle ..

    Could you have another look at it?
    Thank you so much,
    kind regards,
    Lisa

    #640726

    Hi,

    There was a conflict with custom css rules, it has been rectified please refresh and review the site :)

    Best regards,
    Vinay

    #641136

    Working beautifully now,
    thanks so much Vinay!!
    Lisa

    #641146

    Hi,

    Glad we could help! We really appreciate it if you rate our theme on themeforest :)
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold!

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘shop dropdown link not showing on certain screen size’ is closed to new replies.