• Resolved towaiji

    (@towaiji)


    I recently asked how to place woocommerce product on main page, and i was told to use short code [product_page id=xxx]

    What is the Additional CSS. for having the product aligned in the center without showing related products?

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter towaiji

    (@towaiji)

    Here’s link to what I need to look decent and good

    https://zakidulaimi.com/#Consultation

    Right now its a disaster

    Thanks

    Thread Starter towaiji

    (@towaiji)

    I tried

    }
    .related.products {
    display: none;
    }

    but its not working

    Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    While I’m not sure where you got that CSS, it’s focusing on the related product section whereas it wouldn’t have any impact on the product meta fields (e.g. the calendar part). To shift the calendar to the middle, you could use the following:

    
    .woocommerce div.product div.summary {
      float: none !important;
      margin: auto;
    }
    
    Thread Starter towaiji

    (@towaiji)

    Ok, i’ll try that but again how do I remove the related products? I dont want that

    Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there,

    how do I remove the related products? I dont want that

    I took a look at your page with the product, and I see that the Related products are no longer being displayed:

    product page
    Link to image: https://d.pr/i/ZiXVbq

    So, it appears you have already sorted that out — is that correct?

    Plugin Support Shaun Kuschel a11n

    (@shaunkuschel)

    Automattic Happiness Engineer

    Since we haven’t heard back from you in a while and it looks like the related products section isn’t there anymore, I’m going to close this thread but if you need any further assistance, feel free to create a new post. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Woo commerce product on main page’ is closed to new replies.