• thetwignz

    (@thetwignz)


    Any idea how can I allow the content of my pages display in the center and not in the left or right?
    It looks ok on the desktop version but on the mobile version the categories are align to the left and the products to the right.
    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Which page(s) are you referring to exactly?
    I don’t see the misalignment on your product listing pages, for example:

    If you want to center all content on your single product pages (such as https://www.thetwig.co.nz/product/kalanchoe-in-shark-planter/ ), you can add the following CSS code:

    .woocommerce-product-details__short-description,
    #tab-description {
      text-align: center;
    }

    I’m not sure if that’s what you mean though!

Viewing 1 replies (of 1 total)

The topic ‘Center all content’ is closed to new replies.