Home › Forums › Themes Support › Claue › Mobile View Changing
- This topic has 7 replies, 2 voices, and was last updated 7 years ago by Harry.
-
AuthorPosts
-
-
December 15, 2017 at 8:37 pm #14954
Dear Harry,
The desktop view is fine, but only in MOBILE view I like to put the cart icon on left and hamburger menu on right and their pop up open from their new side! ( cart pop up from left and menu pop up from right )
How can I do this?
Rahim Vaziri
CEO & Founder at Look.ir -
December 15, 2017 at 10:42 pm #14955
Hi Rahim,
I checked your site. The freelancer change the layout, our theme already change cart on the left, menu on the right and ( cart pop up from left and menu pop up from right ).
Could you ask him revert or move the change to child theme.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 15, 2017 at 11:03 pm #14957This reply has been marked as private.
Rahim Vaziri
CEO & Founder at Look.ir -
December 15, 2017 at 11:25 pm #14960
Hi Rahim,
I make the change for mobile, please check.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 15, 2017 at 11:29 pm #14961This reply has been marked as private.
Rahim Vaziri
CEO & Founder at Look.ir -
December 16, 2017 at 12:00 am #14962
Hi Rahim,
I added code in claue-child > style.css
@media only screen and (max-width: 736px) { .header__mid .jas-row { flex-direction: row-reverse; } .jas-mini-cart { right: auto !important; left: -320px !important;; } .cart-opened .jas-mini-cart { right: auto !important;; left: 0 !important;; } .jas-canvas-menu { left: auto !important;; right: -320px !important;; } .menu-opened .jas-canvas-menu { left: auto !important; right: 0 !important; } .jas-push-menu h3 i { left: auto !important; right: 8px !important; } .header__mid .jas-col-md-2.jas-col-sm-3.jas-col-xs-3.flex.start-md { justify-content: flex-end; padding: 0; } }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 16, 2017 at 12:02 am #14963This reply has been marked as private.
Rahim Vaziri
CEO & Founder at Look.ir -
December 16, 2017 at 12:12 am #14965
Hi,
1. You can edit space of cart by edit padding: 0 5px in the last line code on style.css in claue-child
2. You can flip hamburger menu icon by create new image and upload via Theme Option > Header > Mobile Menu Icon
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.