Show product in homepage

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeShow product in homepage

This topic has been marked as not resolved.

How must I fix code to price on a line as red arrow?

December 12, 2017 at 6:31 am #62850

Hi,

Here is some custom CSS that will do the job:

.tb_grid_view .price:last-child {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
}

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

BR,
ThemeBurn team

December 19, 2017 at 5:01 pm #62934

thank you very much

January 10, 2018 at 6:07 pm #63089

Glad we’ve helped!

BR,
ThemeBurn team

January 10, 2018 at 10:36 pm #63092
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.