• Resolved cyrillefay

    (@cyrillefay)


    Hello there,

    I am trying to center the text of the 3 categories in my web without any luck. I have got a child theme. Currently its showing on the left.

    Any chance you can help please. Many thanks

    https://www.ethnicsmx.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • In your theme options > custom css box add this css:

    .product-category.grid_item a h5 {
      width: 100%;
      text-align: center;
    }

    Kadence Themes

    Thread Starter cyrillefay

    (@cyrillefay)

    Hi Kadence,

    It worked, Thanks you very much

    Thread Starter cyrillefay

    (@cyrillefay)

    It looks like there are 4 columns for the product category, any chance it can be limited to 3 , so that the images are centered in the fullwidth view?
    Thanks

    hannah

    (@hannahritner)

    Hey cyrillefay, there is an option for this in the premium version but not in the free. If you only have three categories try using this css to center it:

    .product_category_padding {
      float: right;
    }

    Hope that works for you!

    Hannah

    Thread Starter cyrillefay

    (@cyrillefay)

    Hello Annah, it worked!

    Thanks a lot

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Categories text not centered in shop page’ is closed to new replies.