How can I adjust image size and remove PayPal icon on my product page?

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:

  1. Open the code editor in the theme:

  1. 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.

i wish to have the exact results u have but mine are different it hides half of the pic https://theoutletgo.com/collections/electronics-1/products/new-flame-humidifier-aromatherapy-machine-crystal-salt-stone-colorful-atmosphere-lamp-flame-3d-simulation-flame-humidifier-household-essential?variant=44065265516817

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.