Header menu in mobile version

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeHeader menu in mobile version

This topic has been marked as resolved.

Dear colleagues, please help with header menu in mobile version. Before installation ver. 1.2.7 I have logo and buttons in one row. After – in 2 rows. All settings were applied, including custom. Please help to solve. With regards.

March 29, 2018 at 10:00 pm #63826

Hi,

We will need the website url, admin and ftp access, so we can check.

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

BR,
ThemeBurn team

March 29, 2018 at 10:04 pm #63828
March 29, 2018 at 10:11 pm #63829
March 29, 2018 at 10:30 pm #63832

Hi,

Can you please try to add this extra CSS:

@media (max-width: 768px) {
  .tbLogoCol {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
}

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

BR,
ThemeBurn team

April 2, 2018 at 10:23 am #63859

Thank you very much! It helped!

April 11, 2018 at 10:22 am #63935

Glad we’ve helped!

BR,
ThemeBurn team

April 17, 2018 at 5:20 pm #63977
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.