Trendo theme menu, responsive issue

ThemeBurn SupportForumsOpenCart ThemesBurnEngineTrendo theme menu, responsive issue

This topic has been marked as resolved.

Dear Sir or Madam,

Having trouble with my Trendo theme, the menu is not working well when switching to tablet, mobile mode.

The menu items do not center properly on smaller screens. please take a look at https://open.33knots.com

Go to the website and resize the browser window, you will see what i mean.  Also in mobile mode the 2 icons allign to the left… but should be centered.

Regards,

Max

 33KC
July 28, 2017 at 10:36 pm #60679

Hi Max,

Please check the row that holds the logo and menu blocks.

In the first row you need to set the tablet size of the middle column to “fill”

http://i.imgur.com/cQreTTC.png

For the second row you need to set the column size to 1/1 for all sizes.

BR,
ThemeBurn team

August 1, 2017 at 3:30 pm #60758

Hi TB Team,

Thank you very much, that did the trick. Everything is nicely centered now.

Only thing now is the Mobile menu squares. They align to the left under the logo. But should align to the right, next to the logo. or center under the logo. How do I achieve that.

Kind Regards,
Denis

 33KC
August 6, 2017 at 7:21 pm #60814

Hi Denis,

This extra code should fix the problem:

.tbLogoCol > * {
  -webkit-align-self: center;
          align-self: center;
}

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

The fix will be added in the next version as well.

BR,
ThemeBurn team

August 7, 2017 at 12:12 am #60826

Awesome, that did the trick aswel.

Thanks for the great support.

Kind Regards,
Denis

 33KC
August 7, 2017 at 1:31 am #60838

Glad we’ve helped, Denis and thank you for reporting the latest problem!

BR,
ThemeBurn team

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