Mobile menu / logo position

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeMobile menu / logo position

This topic has been marked as not resolved.

Hi

What CSS changes are required to make the logo and menu for mobile have the same position as theme 1.

http://demo.themeburn.com/kiddos/1/ — want this mobile header
http://demo.themeburn.com/kiddos/3/ — on this theme

March 9, 2017 at 1:13 am #57262

Hi,

The two headers are almost identical. The only difference we see is the position of the buttons (menu and cart), which is a thing that depends on the width of the site logo. Once there is enough space logo and buttons go on the same line. Or you need something else?

BR,
ThemeBurn team

March 12, 2017 at 11:41 pm #57355

Yep, I need the logo to the left, however, resizing the logo to make the buttons fit on the same line doesn’t do anything.

March 13, 2017 at 3:24 pm #57381

Hi,

Please find this code in your Custom CSS field:

@media (max-width: 480px){
  #site_logo img {
    max-height: 105px;
  }
}

and reduce the max height value to 50-60 pixels:

@media (max-width: 480px){
  #site_logo img {
    max-height: 60px;
  }
}

P.S. You can remove this extra code and use the built-in settings in the Logo block in your Header area in Page Builder.

BR,
ThemeBurn team

March 17, 2017 at 11:18 am #57525

Still having issues trying to get the menu to look like theme 1. Any suggestions as to what I should change in the page builder?

May 13, 2017 at 3:53 am #59046

Hi,

With the most recent version, you don’t need this extra code. Sticky header logo size can be controlled from Page Builder > Header > Logo.

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

BR,
ThemeBurn team

May 17, 2017 at 10:42 am #59090

changed the height to be 50px and the menu toggle / basket is still rendered under the logo.

can you provide me with all the settings required to make the logo appear on the left and menu toggle / basket on the right for mobiles please.

May 28, 2017 at 2:10 am #59401

Hi,

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

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

BR,
ThemeBurn team

May 29, 2017 at 11:39 pm #59440
June 2, 2017 at 1:03 pm #59591

Hi,

You have set logo height to 115 and not 50px. We’ve changed it for you and now it should be on one line with the menu buttons.

http://i.imgur.com/06PCsRf.png

BR,
ThemeBurn team

June 4, 2017 at 4:52 pm #59623
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.