Cart Icon over-sized in Sticky Header

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeCart Icon over-sized in Sticky Header

This topic has been marked as resolved.

Hello ,

The Cart icon appeared over sized in sticky header but in the second language only as shown in the attached file

April 26, 2017 at 3:34 pm #58578

Hi,

By default cart icon follows the font size of store buttons. In your case it is very huge (over 40). You can hard code the icon size with the following CSS:

#cart .nav > li > a.btn {
    font-size: 18px;
}

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

BR,
ThemeBurn team

April 30, 2017 at 2:34 am #58649

thanks it is solved

May 1, 2017 at 3:50 pm #58680

Glad we’ve helped :)

BR,
ThemeBurn team

May 1, 2017 at 11:30 pm #58688
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.