-
-
Hey Azam!
Is there any solution in June theme for some widget on the product page with add to cart button?
I want to make it as a sticky sidebar.
Thanks!
-
Hi,
I’m not able to understand what you’re actually talking about. Can you please send me the screenshots and explain me in a more clear way.Thanks,
-
Hey Azam!
For example like this http://joxi.ru/BA05pVhpk9eYry
This is product description page
Maybe there are some plugins for this, etc
-
Hi,
There’s no such to do it because there’s no widget in the theme that contains the “Add to cart” button. Add to cart button can be available on the single product description page.Thanks,
-
Hi Azam. Thanks bro.
Can you also advise me one more thing please.
Is it possible to box the content part of product description without using padding?
Currently, text content border goes beyond images border and it looks ugly.
But when i use padding to box it, everything goes to shit on the mobile view…
-
Hi,
You’re experiencing this because the images are small and centered align. I’ve adjusted the images so they occupy the same width as other content. This is what you’re talking about or something else you wanna say?Thanks,
-
Azam, thanks but not really.
Because now images are too big and their quality is awful =(
On contrary i would like to make text box smaller
Maybe about this size http://joxi.ru/V2VbBjHkZlZ32v
So the images dont get blurry
-
And by the way, how did you adjust images to be this big?
-
Hi,
1) Here’s the code
@media(min-width: 1025px){
.woocommerce div.product .woocommerce-tabs .panel .codeless-content{
padding-right: 135px;
}
You can adjust it as you want. It’ll not affect small screens view.
}
2) I just put a single-line CSS code(width: 100%) to make images big in CSS-hero at line# 68.Thanks,
-
-
-
Azam, hi.
I changed the website container width to 1600px and now @media code doesnt work properly.
It still boxes the content but moves it to the left part of the page from the center.
Is it possible to keep the content boxed in the middle of the page?
In case you need it its on the CSS Hero line 395.
Thanks.
-
Hi,
As container width is 1600px, so obviously the content will acquire 100% of it. If you wanna content acquire width relatively with the image then here’s the code
@media(min-width: 1025px){
.woocommerce div.product .woocommerce-tabs .panel .codeless-content{
width: 85%; margin: 0px auto;
}
}
If you don’t the content to be in the center the remove margin property. It’ll not bother you on small devices.Thanks,
-
-
-
You must be logged in to reply to this topic.