-
AuthorSearch Results
-
September 5, 2017 at 2:10 pm #9410
In reply to: Same size all products in the grill
I don´t want crop the product image before upload… we can not put a size maximum for the image?, If it is larger this size fits and if it is smaller it is displayed in the center. This with CSS?
Regards,
September 5, 2017 at 7:39 am #9389In reply to: Page title heigh for woocommerce pages
Hi Anna,
1. You can change height of page title on shop page by go to JanStudio > Theme Option > WooCommerce > General Setting > Page Title > by default padding top and padding bottom of page title is 55px, you can reduce height of Page title by reduce padding top and padding bottom http://take.ms/TZEIg
2. If you off page title you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
#jas-content .jas-wc { margin-top: 30px;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 4, 2017 at 11:43 pm #9362f1ethier45
ParticipantHi, I dont know why but i cannot align this form from mailchimp to center. I tried couple CSS codes but nothing works.
Thank you
Attachments:
You must be logged in to view attached files.September 4, 2017 at 10:33 pm #9360Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 4, 2017 at 9:34 pm #9356In reply to: Same size all products in the grill
Hi,
You can add custom css code in Claue > Theme Option > General Layout > Custom CSS to display product title in one line
.product-title a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
width: 100%;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 4, 2017 at 7:12 pm #9348In reply to: Same size all products in the grill
The title of the product can be one or two lines. Is there no way for put the fixed size or I must use CSS?. Can you help me with CSS?
Regards,
Hi,
1. Because these page is custom page you can add custom css in to fix this
.page-head {
padding: 30px 0 0;
}
.jas-page > div.mt__60 { margin-top: 0;}2. The “New Releases” page is custom page it doesn’t support filter like on shop page, product category page so the sidebar on this page different.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 4, 2017 at 6:13 pm #9342In reply to: Theme Customisations
Hi,
1,2.You can add custom css
.swatch__list {
display: inline-block;
width: 100%;
}
.product-info {
text-align: center;
}
.sub-title {
font-family: “Poppins”,sans-serif;
font-style: normal;
}3.The issue with footer section headings i need to view your site before give you a hint.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 4, 2017 at 6:05 pm #9341In reply to: Issue with with top menu bar
Hi,
1. On shop page, product categories page have second menu, this line to separate 2 menu level.
You can remove this line by add custom css in Claue > Theme Option > General Layout > Custom CSS
.shop-top-sidebar {
border-top: none;
}2. When you need update Exchange Rate you only need click on “Update Rate” button. No need to delete
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 4, 2017 at 11:16 am #9313In reply to: Changing Badge Location
Sorry for late reply.
I saw you add custom css code in child theme.
.badge span { display: table-cell; height: 20px; line-height: 20px; position: relative; top: inherit; z-index: inherit; }
You should change css to
.products .badge span, .product-extra .badge span { display: table-cell; height: 20px; line-height: 20px; position: relative; top: inherit; z-index: inherit; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results