-
AuthorPosts
-
November 4, 2014 at 12:15 am #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!
November 4, 2014 at 3:55 pm #345899Hey 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!
YigitNovember 14, 2014 at 8:42 am #351165Hi 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!
November 14, 2014 at 6:04 pm #351383Hi!
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,
YigitDecember 5, 2014 at 9:14 pm #363834Hi 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!
December 8, 2014 at 3:13 pm #364648Hey!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitDecember 8, 2014 at 5:20 pm #364779This reply has been marked as private.December 9, 2014 at 4:14 am #365137Hi!
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,
AndyDecember 9, 2014 at 4:55 am #365155Hi 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!December 10, 2014 at 4:30 am #365834Hi!
I can’t open your mobile menu. What happened?
Cheers!
AndyDecember 22, 2014 at 11:02 am #371500This reply has been marked as private.December 22, 2014 at 9:39 pm #371816Hey!
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,
ElliottDecember 24, 2014 at 5:37 am #372376Hi Elliott!
The second option worked great!
Thank you! -
AuthorPosts
- The topic ‘Center cart and mobile menu box’ is closed to new replies.