position of accent label in mobile view

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themeposition of accent label in mobile view

This topic has been marked as resolved.

hi

i want to know how to move the accent label to the left side in mobile view menu only?
i don’t want to affect the desktop view

thank you

June 5, 2017 at 4:02 am #59635
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
June 9, 2017 at 12:23 pm #59744

hello
i applied this css to stylesheet but nothing change
pls go and have a look
i need the accent label move to the left hand side.
thank you very much

June 9, 2017 at 7:19 pm #59760

Hi,

Please check the above code again. There was a mistake inside.

BR,
ThemeBurn team

June 12, 2017 at 3:51 pm #59808

um….it work if a menu without a submenu

if a menu with a sub menu
the accent label position remain unchanged.

June 12, 2017 at 11:02 pm #59831

Hi,

Can you try to add this extra code:

@media (max-width: 768px) {
  .nav-responsive .dropdown > a > .tb_text {
        -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

BR,
ThemeBurn team

June 19, 2017 at 12:51 pm #59942

thank you very much
it fixed
problems resolved.

June 19, 2017 at 1:30 pm #59943

Glad we’ve helped :)

BR,
ThemeBurn team

June 19, 2017 at 1:57 pm #59944
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.