-
AuthorSearch Results
-
November 9, 2017 at 4:24 pm #13008
In reply to: Fixing site on mobile devices
Hi,
You can fix this by add custom css code
@media only screen and (max-width: 414px) {
.vc_column-inner.vc_custom_1509740873131 {
padding-top: 30px !important;
padding-right: 10px !important;
padding-bottom: 0px !important;
padding-left: 10px !important;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 9, 2017 at 12:23 pm #13002Chào bạn,
1. Bạn có thể fix bằng cách thêm đoạn css sau vào Claue > Theme Option > General Layout > Custom CSS
.result-count-order .flex {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}2. Bạn thêm đoạn custom css sau
.widget_price_filter .ui-slider-horizontal {
width: calc(100% – 30px);
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 9, 2017 at 12:09 am #12988In reply to: Quick Shop change
Please add custom css
@media screen and (max-width: 800px) {
.product-btn {background: none;}
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 8, 2017 at 5:55 pm #12964Hi,
Thank you for more details information, we saw the issue. Now can fix by add below code to Claue > Theme Option > General Layout > Custom CSS
.jas-carousel { transition: none;}
Could you please help us reply on this topic don’t reply email so our team member can easy to track your issue.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 8, 2017 at 1:09 pm #12956In reply to: Fixing site on mobile devices
Hi,
You can fix by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.translator-dropdown-container.translator-dropdown-container-custom { z-index: 99 !important;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 7, 2017 at 10:55 pm #12933In reply to: Add font from my computer
Hi,
To make the font light or thin please change the font-weight to 100,200,300 … To make the font italic, please add new CSS code
font-style: itatlic;
About the promo text, you mean you want to change this text?
November 7, 2017 at 10:40 pm #12931In reply to: Add font from my computer
It’s done, you can refer the custom CSS in JanStudio theme options.
Cheers,
FosterNovember 7, 2017 at 4:07 pm #12902In reply to: Translate "Shop Now" text
You can fix by add custom css
html[lang="tr-TR"] .product-category h2::after, html[lang="tr-TR"] .product-category h3::after { left: 160px; } .product-category h2::before, .product-category h3::before { white-space: nowrap; }Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 7, 2017 at 12:02 pm #12893Hi Anavasquez,
Thank you for choosing our theme.
This issue because plugin Atum Inventory auto set stock quantity for variable product when product has one variation out of stock http://prntscr.com/h766iq so it apply for all variations. By default it check product status base on variation quantity.
Now you can add custom css to hide badge and report this bug for plugin author
.product-type-variable .badge .sold-out { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 6, 2017 at 11:40 pm #12880In reply to: header height
Hi Eldomen,
You can add space by add custom css in CLaue > Theme Option > General Layout > Custom CSS
#jas-header {
padding: 15px 0;
}The header height will auto update when you add new space.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results