Please clear your browser cache. I checked and saw it work well after i add fix code in style.css
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom CSS in JanStudio > Theme Option > General Layout > Custom CSS
#jas-footer { margin-top: 80px;}
You can change 80 with your number
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
https://eyecatcha.com/shop/
is there a css code or can I adjust the padding somehwere in theme options?
thx!
Attachments:
You must be
logged in to view attached files.
Hi,
Thank you for choosing our theme.
1.For issue related to color/size you can follow our document at http://janstudio.net/claue/document/#product-attributes navigate to WooCommerce Settings > Product Attributes and Product Color & Size
I saw you add custom attributes the plugin doesn’t support custom attributes you have to change it to global attributes
2. To add border around prosuct you only need use CSS, don’t need to use PHP code
3. The Visual Composer plugin included in our theme, you can use this without purchase any license when have any update we will check and release update for both our theme and plugin. If you want plugin auto update and support from plugin author you can purchase for regular license for this plugin.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
just following up to see if you received this.
again – issue is the attributes like color/size are not appearing on product page. your help would be appreciated.
thank you.
also one more question. if we want to put a thin line border around the product – do we alter the php pages? i know html and css.
thank you.
Hi,
You can add custom css code
@media only screen and (max-width: 1024px) {
.content-quickview.entry-summary + .button { margin: 0 0 20px 0;}
}
@media only screen and (max-width: 736px) {
.content-quickview.entry-summary + .button { margin: 0 0 20px 15px;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can use this custom CSS code
Add it in file style.css of child theme or Theme options / Custom CSS
Cheers,
Foster
Hi,
You can add below custom css in JanStudio > Theme Option > General Layout > Custom CSS
.wpb-js-composer .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab > a {
border-color: #484152;
padding: 10px 15px;
}
Change #484152 with your border color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can use this custom CSS code
Cheers,
Foster
Hi! For our site design, we need to have a 3 column footer. Not a 4 column. Could you advise me on how to do this? I tried using just footer widget 1, 2 and 3 (keeping 4 blank) and then altering the CSS to have the class that wraps these areas be 33% (instead of 25%) but then it screwed up the layout of our header with our navigation, logo and hamburger menu. Please help on how we can do a 3 column footer.