Archived topic
1.Mobile product image gallery full width 2.Space between image , title
7 replies · Started by reza myT on May 1, 2020
1. please look at the sample mobile page of this product, the product image gallery too small , how can i make it bigger or full width ?
2. and if you open the same page on dekstop , there is no gap between image and the title/description beside them. how can i adjust the gap between them ?
2. on dekstop how can i make bigger width for all shop and product page ?
Hi there,
Can you turn off any caching plugins enabled so I can take a look at the source of the code?
https://www.screencast.com/t/jRMYlbw65
Thanks :)
hai. i just deactivate the caching plugin.
please assist. thanks
Hi there,
in Customizer > Additional CSS REMOVE this to make the page wider:
.no-sidebar .site.grid-container {
max-width: 800px;
}
And add this to put some space between gallery and summary
.woocommerce-page div.product div.images {
margin-right: 2em;
}
I am not seeing an issue with the mobile gallery
THATS GREAT !!!
thanks for your assist.
as for mobile i think because of cache plugin (purge evertything first) - Solved
space between gallery and summary - Solved
as for the sidebar, how can i make wider specific for all shop and product page only ?
Looks like this topic is all resolved?
Can you open a new topic for the separate question?
Thanks :)
ok sure thanks
Thank you!