Hey please help me fix my product page the main pic in every product are so huge https://theoutletgo.com/collections/electronics-1/products/bubble-gun-rocket-69-holes-soap-bubbles-machine-gun-shape-automatic-blower-with-light-toys-for-kids-pomperos?variant=44065271087377
Can you make it smaller a good size for computer and mobile , and how do i remove the paypal picture in bottom of every product page
Hi @fashah973
We checked your site and would like to suggest you a solution below:
- Open the code editor in the theme:
- At Edit Code, find the file “theme-styles.css” and paste the following code at the end of the file:
.product_top.horizontal-tabs {
justify-content: center;
}
.product-photos {
max-width: 46%;
}
.product-photo-container .slick-list {
height: 570px;
}
.payment-methods li[alt="paypal"] {
display: none !important;
}
Here is the result:
If there is any problem with the code, please reply and we will check it for you.
Hi @fashah973
I checked your site and found that the properties of the classes are not the same as what we shared in the previous comment.
If possible, please leave the correct code so that we can easily check and fix the error that half of the picture is hidden for you.