• Hello,

    Working on a test project website https://shop.winelover.co/
    I have been trying for a while now to make the down window with the tshirt larger and in the center of the page but so far no luck
    I’m using the InCart lite theme

    Thanks a lot for your help and have a great weekend

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there!

    I took a look at your website and was able to increase the size and center it. Try this code snippet:

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      float: left;
      margin: 0 3.8% 2.992em 45%;
      padding: 0;
      position: relative;
      width: 50%;
    }

    You can always adjust the left margin (currently 45%) to get it exactly how you want it.

    You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.

    I hope that helps!

    Luke the Daft Duke

    Thread Starter ptitloupdude

    (@ptitloupdude)

    Thanks a lot to you I will try it out right now

    You saved my life ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making a product window larger’ is closed to new replies.