Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Sounds like your css needed tweaking. Its probably the width of col-2. Please read FAQs and run a search because this has been answered with examples many times before.

    If you need further assistance please post a link to your site so I can see it and help you further with this. Thanks 🙂

    Thread Starter despina.mina

    (@despinamina)

    thank yoy,
    i have tried many thinks but it still not worked!
    I have tried to add the suggested code
    #wpc-col-2 {
    width: 60% !important;
    }
    buti is not work.I changed in 50% and finally the products are in the center not in 2,but one down the other and the individual product page is not in the center!
    I have also tried the examples with
    header.php: <div class=”inner”></div>
    footer.php: </div>
    theme css:
    .inner {
    margin: 0 auto!important;
    max-width: 960px!important;
    }
    my site is

    Thread Starter despina.mina

    (@despinamina)

    http://www.bathaccessories.gr/251-2/

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

    Plugin Author Maeve Lander

    (@enigmaweb)

    Checked your link and it is simply the width of your col-2 is not large enough. Try 65%

    Thread Starter despina.mina

    (@despinamina)

    i changed it to 65%,
    can you please see my link again because is not work?

    Plugin Author Maeve Lander

    (@enigmaweb)

    That appears to have fixed it on product detail page like you asked

    The CSS for the page http://www.bathaccessories.gr/251-2/ includes


    .singular .entry-content {
    width: 68.9%;
    }

    This is causing the products to go below the categories. If this CSS rule is removed, the products appear besides the categories.

    You will have to be careful when changing the CSS as it could cause over parts of your site to render incorrectly.

    Thread Starter despina.mina

    (@despinamina)

    i have removed width: 68.9%; and at the all product page the products appear besides but one down the other, non in 2.
    The product page work fine,thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘products besidew the categories’ is closed to new replies.