webERP Forum
Custom Theme - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Development Discussion & Specification (http://www.weberp.org/forum/forumdisplay.php?fid=10)
+--- Thread: Custom Theme (/showthread.php?tid=2881)

Pages: 1 2


RE: Custom Theme - giankocr - 07-10-2017

Hi! Community
I would to know, how much is used my theme?, recently was incorporated in the official version so, if you find sometime error. that obviously you will find, please let me know.


RE: Custom Theme - sarahaha - 10-23-2017

Yeah the theme looks fine but need some modifications.Smile
_____________________
Dealer Management Software | Pharma Billing Software


RE: Custom Theme - giankocr - 11-24-2017

Hi!
Fixed this theme with this code;
For example:

1. in /includes/header.php
I need add some css, to centrer BodyDiv and BodyWrapDiv

'<div id="BodyDiv" class="container" >',
'<div id="BodyWrapDiv" class="col-md-12">';


2. in /css/default.css
please delete this style

#BodyWrapDiv {
margin-left:-20px;
}

Thanks sarahaha