Okay
  Public Ticket #363645
WooCommerce image size
Closed

Comments

  • Christopher started the conversation

    Hi. The WooCommerce image is small when there is only 1 product listed. How can I make it regular size?

  •  8,848
    Tahir replied

    Hey!

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user only.
    Thanks 


    ThemeNectar Support Team 

  •   Christopher replied privately
  •  8,848
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .parent-pageid-8392 .woocommerce ul.products li.product,.parent-pageid-8392 .woocommerce-page ul.products li.product {
        width: 50%!important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Christopher replied

    That didn't work.

  •  8,848
    Tahir replied

    The css has increased the size of it. You can change the percentage to make it bigger or smaller as per your liking. 


    ThemeNectar Support Team 

  • Christopher replied

    I changed to 100% and it still doesn't work. I just want it the same size as the other images.

  •  1,075
    ThemeNectar replied

    Hey - currently i\'m seeing it display pretty tall, did you already sort this? If not please let me know what browser and OS you\'re seeing this issue on.

    Cheers

  • Christopher replied

    It's still there. I'm using Windows 8 w/ Chrome and Fireforx to test. See attachments.

  •  8,848
    Tahir replied

    Hey Again!

    Please see : http://prntscr.com/61qprm . The css is perfectly working. Please clear your browser cache or try it on another computer.

    Thanks


    ThemeNectar Support Team 

  • Christopher replied

    Hi. Not that page. This page: http://dev.fromdistrict8.com/reva/men/

  • Christopher replied

    Sorry about that...

  •  1,075
    ThemeNectar replied

    Hey again - try adding this into the custom css box located in your Salient Options panel:


    .woocommerce ul.products, .woocommerce-page ul.products {
        width: 100%!important;
    }
    
  • Christopher replied

    That worked! Thanks.