Search found 4 matches

Page 1 of 1

Search found 4 matches

Re: OC 2.00 Template needs work

OC 2 uses the bootstrap framework. The grid layout is the product of it being a fluid layout. If you dont want things to move when re-sizing to a smaller screen you need to edit the lg, md, sm, xs classes of your divs. As well as most buttons are controlled by the bootstrap css.

Jump to post
  • Fri Nov 07, 2014 2:50 am
  • Replies 2
  • Views 965
Re: Add extra image to Top Content Header area Opencart 2

Your issue is more of a bootstrap issue, once you figure out how bootstrap works you will be able to put everything in the correct place

Jump to post
  • Fri Nov 07, 2014 2:45 am
  • Replies 4
  • Views 1269
Re: Total Sales - 4 Decimal Places

You are in luck because I just figured it out myself :) /admin/view/template/dashboard/sale.tpl <div class="tile"> <div class="tile-heading"><?php echo $heading_title; ?> <span class="pull-right"> <?php if ($percentage > 0) { ?> <i class="fa fa-caret-up"></i> ...

Jump to post
  • Fri Nov 07, 2014 2:43 am
  • Replies 2
  • Views 1945
Re: Undefined variable: text_edit in... - FIXED

Yes, you are missing something.. you are in the wrong folder

In admin/controller/setting/setting.php on line 26 find...

Jump to post
  • Tue Oct 07, 2014 4:06 am
  • Replies 18
  • Views 38086

Page 1 of 1

Search found 4 matches