Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #345636

    Hi!

    Is there any way to center de cart and mobile menu below the logo? So the logo can be center, then this icons, and then the social bookmarks.

    Thanks a lot!

    #345899

    Hey C-LabMX!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown { right: 30%; }
    #advanced_menu_toggle, #advanced_menu_hide { right: 30%; }}

    Cheers!
    Yigit

    #351165

    Hi Yigit!

    Thanks for the help, that worked great! I only have left two related question, is it possible to remove the caption of the cart only in mobiles? How could I add some padding on top de cart and menu botton?

    Thanks again!

    #351383

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown { top: 20%; }
    #advanced_menu_toggle, #advanced_menu_hide { top: 20%; }
    .widget_shopping_cart_content { display: none; }}

    Best regards,
    Yigit

    #363834

    Hi Yigit!

    Sorry for the delay, the code worked great for hiding the caption, but the cart button doesn’t move with the code you gave me (no matter what position I put, it stays still where it is right now).

    Also, the “Close” button in the dropdown menu moved down, near “Próximos eventos” tab, any idea?

    Thanks a lot!

    #364648

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #364779
    This reply has been marked as private.
    #365137

    Hi!

    try to add !important into Yigit’s code:

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown { top: 20% !important; }
    #advanced_menu_toggle, #advanced_menu_hide { top: 20% !important; }
    .widget_shopping_cart_content { display: none; }}
    

    After putting it in clear your browser cache.

    Regards,
    Andy

    #365155

    Hi Andy!
    That did the trick! Thank you, but the “Close” button inside the menu is still in the wrong position. Any idea of this?
    Thanks both of you!

    #365834

    Hi!

    I can’t open your mobile menu. What happened?

    Cheers!
    Andy

    #371500
    This reply has been marked as private.
    #371816

    Hey!

    Try adding this.

    #advanced_menu_hide {
        right: 20px !important;
        top: 40px !important;
    }

    If that’s not working then you’ll need to remove this part from your previous code.

    #advanced_menu_hide
    

    Best regards,
    Elliott

    #372376

    Hi Elliott!
    The second option worked great!
    Thank you!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Center cart and mobile menu box’ is closed to new replies.