neaweb6 Posted September 25, 2016 Share Posted September 25, 2016 Hey guys, My clientarea.php page has a large gap (see photo) and I don't know where to start with fixing this. Does anyone know what file I need to look at to find the error? Maybe a broken div or something? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 25, 2016 Share Posted September 25, 2016 it might be a pure CSS issue... when I look at your knowledgebase page, the same gap is there too. testing on Firefox, if you edit your CSS file @ /templates/NEAWeb/html/css/style.css and change... #main-body .sidebar { border: medium none; float: left; margin-bottom: 0; width: 25%;} to... #main-body .sidebar { border: medium none; float: right; margin-bottom: 0; width: 25%; } it seems to fix it... whether this would have other consequences to your site layout, i'm not familiar enough with your template to know - but I suspect it should fix your clientareahome issue too. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted September 25, 2016 Share Posted September 25, 2016 add this to your template css file: /client/templates/NEAWeb/css/custom.css #main-body .sidebar { float: right; } 0 Quote Link to comment Share on other sites More sharing options...
neaweb6 Posted September 25, 2016 Author Share Posted September 25, 2016 You were right, this fixed the problem! Thank you! it might be a pure CSS issue... when I look at your knowledgebase page, the same gap is there too. testing on Firefox, if you edit your CSS file @ /templates/NEAWeb/html/css/style.css and change... #main-body .sidebar { border: medium none; float: left; margin-bottom: 0; width: 25%;} to... #main-body .sidebar { border: medium none; float: right; margin-bottom: 0; width: 25%; } it seems to fix it... whether this would have other consequences to your site layout, i'm not familiar enough with your template to know - but I suspect it should fix your clientareahome issue too. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.