Subcategories center

Tagged: 

This topic has been marked as resolved.

Hello,

I Would like the subcategories in category pages to be aligned to center.
I added the following code, but it also centers the subcategories in the menu.

.tb_subcategories {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px ! important;
  padding-right: 0px ! important;
  text-align: center;
  word-spacing: -0.26em;
}
.tb_subcategories > .tb_item {
  position: static ! important;
  display: inline-block;
  float: none;
  margin-left: 0px ! important;
  margin-right: 0px ! important;
  padding-left: 15px ! important;
  padding-right: 15px ! important;
  vertical-align: top;
  word-spacing: normal;
}

How can I align to center only the subcategories in category pages, not in the menu?

Thanks.

April 6, 2015 at 12:47 pm #39803
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
April 7, 2015 at 4:16 pm #39868

Thank you for your reply, but what do you mean by ” scope your styles a bit”, can you please explain?

Thanks.

April 9, 2015 at 9:03 pm #39907

Ok, got it.
Thanks, you may mark as resolved.

April 13, 2015 at 5:12 pm #39964

Glad we’ve helped :)

BR,
ThemeBurn team

April 16, 2015 at 6:03 pm #40090
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.