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 855
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 1117
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> <?php } elseif ($percentage < 0) { ?> <i...
Jump to post- Fri Nov 07, 2014 2:43 am
- Replies 2
- Views 1736
Re: Undefined variable: text_edit in... - FIXED
Yes, you are missing something.. you are in the wrong folder
Jump to postIn admin/controller/setting/setting.php on line 26 find...
- Tue Oct 07, 2014 4:06 am
- Replies 18
- Views 35645
Search found 4 matches