Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42070
    runitbare
    Member

    I recently added woocommerce to my WP page. Now I have noticed when I added products, the page is stretched and the images are blurry. I have everything up to date but no idea how to override either the themes settings or the woocommerce settings. Many websites I looked at say its a problem with the theme. How can I make it so my page isn’t stretched from side to side and to fix my images from being blurry?

    Provided is a screenshot and link to website
    http://tinypic.com/r/vwzpqp/8
    http://www.runitbare.com/shop

    #42108
    Sakin
    Keymaster

    @runitbare: Actually WooCommerce plugin is supported only in Pro version. So, if you upgrade to Per version then it will be fixed automatically. See more about additional features in Pro version at http://catchthemes.com/theme-instructions/simple-catch-pro/.

    Sorry WooCommerce need to change the layout of wide. That is why it is not supported in Free version. In free version you can adjust little but by adding following custom css in “Appearance => Theme Options => Custom CSS” box but it’s not perfect fix.

    .woocommerce #container {
        margin: 0 auto;
        width: 978px;
    } 
    .woocommerce #sidebar {
        display: block;
        float: none;
        margin: 0 auto;
        width: 978px;
    }
    #42131
    runitbare
    Member

    that helped a lot. Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce stretching page out’ is closed to new replies.