Center subcategories

This topic has been marked as not resolved.

I have tried many ways to center subcategories and can not. Can you help me?
Attached image.
Thank You!

He probado muchas formas para centrar las subcategorías y no lo consigo. ¿Me pueden ayudar?
Adjunto imagen.
¡Gracias!

July 5, 2015 at 9:29 pm #41887

Hi,

Unfortunately, there is no easy way to center subcategories safely :)

You can use this code:

.tb_subcategories {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.tb_subcategory {
    position: static !important;
    display: inline-block;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    vertical-align: top;
}

but it can break subcategory listing if more than N on a row are presented.

BR,
ThemeBurn team

July 10, 2015 at 6:27 pm #42030
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.