place the information menu in the right of nav menu

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themeplace the information menu in the right of nav menu

This topic has been marked as resolved.

Hello;

I went to place the information menu in the same place of the shopping cart when placed in th eright of menu.

So I need to place the information menu to right of menu .

I have an attachement for more details.

Regads.

Sam

 samdz
November 14, 2012 at 7:49 pm #15199
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
November 16, 2012 at 12:52 pm #15257

Hello;

Great, it works.

Thank you for your help.

Regards.

Sam

 samdz
November 16, 2012 at 1:03 pm #15262

Glad we’ve helped, Sam :)

Best,
ThemeBurn team

November 19, 2012 at 9:57 am #15312

Hi;

Sorry, it work with english language.

But it didn’t work with the RTL language.

Regards

Sam

 samdz
November 19, 2012 at 10:11 pm #15334

Hi,

Sorry, but I found the solustion.

I have add thi code to scrren.css.php :


#categories {
  width: 100%;
}
#menu_information {
<?php if ($language == 'ltr'): ?>
  float: right;
<?php else: ?>
 float: left;
<?php endif; ?>
}

Thank’s
Sam

 samdz
November 21, 2012 at 7:31 pm #15364
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.