WooCommerce Compatibility Issues

Discussion in 'ColorWay WordPress Theme' started by seenacs, Jul 3, 2013.

Thread Status:
Not open for further replies.
  1. seenacs

    seenacs New Member

    Joined:
    Jan 4, 2013
    Messages:
    12
    Likes Received:
    0
    I'm having issues with layout when working with this theme and woocommerce plugin.

    nantucket.seenacs.com is the site.

    The issue is the left margins, as you'll notice the title and products are right up against the margin. I want them to move off that. A little space the breath is good.

    I've been trying all kinds of fixes in the css files for both colorway and woocommerce, and I'm not coming up with anything that works. Any help?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    The website link you have sent is not working, it seems that there is some text missing in the web address. So check the link again and resend to us. So that we can check your issue.
     
  3. seenacs

    seenacs New Member

    Joined:
    Jan 4, 2013
    Messages:
    12
    Likes Received:
    0
    The website is http://www.nantucketsinksusa.com/products

    Left and Right margins on that page are too close to the container edges. Can you suggest how to squeeze the product array together to move them off the edges?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #content {
    margin-right: 20px;
    margin-left: 20px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. seenacs

    seenacs New Member

    Joined:
    Jan 4, 2013
    Messages:
    12
    Likes Received:
    0
    Thanks. So simple I can't believe I didn't figure it out.
     
Thread Status:
Not open for further replies.

Share This Page