Home › Forums › Themes Support › Claue › One column layout on Mobile Product Listing
- This topic has 8 replies, 2 voices, and was last updated 3 years, 11 months ago by seventalents.
-
AuthorPosts
-
-
January 27, 2021 at 8:35 pm #40233seventalentsSupport Expired
Is it possible One Column Layout on mobile versione of Product Listing?
-
January 27, 2021 at 9:41 pm #40236HarrySupport Expired
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) { .jas-col-xs-6.jas-col-md-6, .jas-masonry .jas-col-xs-6.jas-col-md-6 { width: 100%; max-width: 100%; flex-basis: 100%; }} @media only screen and (max-width: 480px) { .products .jas-col-xs-6:first-child, .products .jas-col-xs-6:nth-child(2n+1), .products.jas-masonry .jas-col-xs-6:nth-child(2n) { padding-right: 1rem; } .products .jas-col-xs-6:nth-child(2n), .products.jas-masonry .jas-col-xs-6:first-child, .products.jas-masonry .jas-col-xs-6:nth-child(2n+1) { padding-left: 1rem; }}
Kindd regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
January 27, 2021 at 9:50 pm #40238seventalentsSupport Expired
I have added the code to Claue > Theme Option > General Layout > Custom CSS, but it doesn’t work.
-
January 27, 2021 at 9:51 pm #40239HarrySupport Expired
The account you sent can’t access dashboard I can’t see your site, please check and send me again.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
January 27, 2021 at 10:06 pm #40240seventalentsSupport Expired
try now
-
January 27, 2021 at 10:21 pm #40242HarrySupport Expired
Hi,
Please change code to
@media only screen and (max-width: 736px) { .jas-col-xs-6.jas-col-md-4, .jas-masonry .jas-col-xs-6.jas-col-md-4, .jas-col-xs-6.jas-col-md-6, .jas-masonry .jas-col-xs-6.jas-col-md-6 { width: 100%; max-width: 100%; flex-basis: 100%; }} @media only screen and (max-width: 480px) { .products .jas-col-xs-6:first-child, .products .jas-col-xs-6:nth-child(2n+1), .products.jas-masonry .jas-col-xs-6:nth-child(2n) { padding-right: 1rem; } .products .jas-col-xs-6:nth-child(2n), .products.jas-masonry .jas-col-xs-6:first-child, .products.jas-masonry .jas-col-xs-6:nth-child(2n+1) { padding-left: 1rem; }}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
January 27, 2021 at 10:38 pm #40244seventalentsSupport Expired
Thanks Harry, now it works!!
Besides could you tell me how increase the size of the highlighted attached select?
The phrase “Ordinamento … (order by…)” is trunked on mobile version (see screenshot)
Attachments:
You must be logged in to view attached files. -
January 28, 2021 at 10:11 am #40248HarrySupport Expired
Hi,
Please add more code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 384px) { .woocommerce-ordering select { width: 100%; }}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
January 28, 2021 at 7:32 pm #40251seventalentsSupport Expired
Perfect! Thanks!
-
-
AuthorPosts
You must be logged in to reply to this topic.