force to center for product description

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themeforce to center for product description

This topic has been marked as not resolved.

hi;
im using tabs/accordion on my site for product description.
im centering the product descriptions but i cannot find a way to center h2 tags.
it is possible to force center all the text on products tab whatever its written centered or not?
and also share buttons are not shown on product description page. how can i use addthis share button on this tab.
best regards

April 3, 2018 at 6:36 pm #63890

Hi,

1) You can insert a custom class to force the description text align:

https://i.imgur.com/dVAI7cA.png
https://i.imgur.com/kEHuIyO.png

or use some custom css from Theme CP > Theme Settings > Custom > Custom Stylesheet:

.tb_product_description {
  text-align: center;
}

2) Social share can be added from Page Builder:

https://i.imgur.com/EFzBVtz.png

BR,
ThemeBurn team

April 10, 2018 at 1:57 pm #63929
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.