Arrange subcategories pictures in center of the page?

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeArrange subcategories pictures in center of the page?

This topic has been marked as resolved.

Dear all,

When I navigate to a top category I see the subcategories below. I wish to show the subcategories titles with pictures in center view instead of to th left as default. Can I fix this with some css code?

Thanks for your help!

Best regards Thomas

August 6, 2017 at 11:18 pm #60816

Hi,

We will need a live example. Can you provide the website url, so we can check?

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

August 6, 2017 at 11:36 pm #60819

Thanks for quick answer!

Best regards Thomas

August 6, 2017 at 11:44 pm #60820

Hi Thomas,

This extra code should do the job:

.tb_subcategories {
  -webkit-justify-content: center;
  justify-content: center;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

August 6, 2017 at 11:52 pm #60823

Worked great! Thanks so much for this quick help!

Best regards Thomas

August 6, 2017 at 11:56 pm #60825

Glad we’ve helped, Thomas :)

BR,
ThemeBurn team

August 7, 2017 at 12:14 am #60827
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.