Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1723504
Show cart icon near the hamburger button on mobile?
Closed

Comments

  •  1
    Jianbin started the conversation

    Hello I wonder if it is possible to add a cart widget near the hamburger button on mobile as it is on the desktop ?

  •  1,845
    Elated replied

    Hello there,

    Thank you for writing in!

    You can try to put this widget in Mobile Header Widget Area ,


    And than you can try to change the position to position you like by adding this code to Appearance > Customize > Additional CSS:

    .eltdf-mobile-header-holder .eltdf-shopping-cart-holder {

        float: right;
        right: 105px;
    } .eltdf-mobile-header-holder .eltdf-shopping-cart-holder .eltdf-header-cart .eltdf-cart-number {
        top: 13px; }

    Please let us know if there's anything else we can do for you!

    Thank You,
    Kind Regards,
    Norah


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  1
    Jianbin replied

    Hi, thank you for the code snippet. It seems working somehow. Meanwhile a strange space is added on the right of the hamburger button. A screenshot it uploaded. Have you got an idea ?

  •  1,845
    Elated replied

    Hi there,

    We can suggest you some solution for this, but note that this is custom work and you can change it how you desire. First, remove this code:

    And you can try to set up something like this:

    @media only screen and (max-width: 375px){
        .eltdf-shopping-cart-holder {
            left: 54%;
        }
    }
    @media only screen and (max-width: 350px){
        .eltdf-shopping-cart-holder {
            left: 48%;
        }
    }
    @media only screen and (max-width: 425px){
        .eltdf-shopping-cart-holder {
            left: 60%;
        }
    }
    @media only screen and (max-width: 768px){
        .eltdf-shopping-cart-holder {
            left: 78%;
        }
    }
    

    Let us know if you manage this!

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  1
    Jianbin replied

    Hello, thank you for the proposal. It seems too complex. I would keep the cart icon next to the logo on the left side. Thank you all the same.

  •  1,845
    Elated replied

    Hi there,

    You're welcome!

    For any other questions, let us know! 

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.