Preemo Posted January 13, 2014 Share Posted January 13, 2014 Hi All, I'm looking to get some help on integrating a WHMCS system into my website. I've done the basics, but I'm looking to get some help on some of the customisation As you can see from the photo, the logged in as admin box is half way down the screen. Also, the things like Client Area, Announcements etc need clearing up. Does any one know how this would need to be done? Thanks in advance Ryan 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 14, 2014 Share Posted January 14, 2014 Ryan, don't worry about the admin box, it isn't causing the table issues - it looks the same when I look at the client area and there's no admin box there for me! your issue with the table appears to be a css problem... namely, reset.css - it currently has the following in line 1: border:0; font-size:100%; font:inherit; vertical-align:baseline; margin:0; padding:0; if you remove the vertical-align line, then the page looks like this... http://prntscr.com/2j5fxt a little squashed, but the alignment is correct... now whether that has other affects on the rest of the site, you'll know better than me! a further step might be to edit homepage.tpl (which in the normal portal template is usually used to display this table)... if you give the table cells with the icons a width of 8%, change the next cell width from 50% to 40%, leave the right column at 50%, you get the following... http://prntscr.com/2j5j1d this looks slightly better to me - but you should probably experiment with the numbers and see what looks best to you. hope this helps. 0 Quote Link to comment Share on other sites More sharing options...
Preemo Posted January 14, 2014 Author Share Posted January 14, 2014 Ryan, don't worry about the admin box, it isn't causing the table issues - it looks the same when I look at the client area and there's no admin box there for me! your issue with the table appears to be a css problem... namely, reset.css - it currently has the following in line 1: border:0; font-size:100%; font:inherit; vertical-align:baseline; margin:0; padding:0; if you remove the vertical-align line, then the page looks like this... http://prntscr.com/2j5fxt a little squashed, but the alignment is correct... now whether that has other affects on the rest of the site, you'll know better than me! a further step might be to edit homepage.tpl (which in the normal portal template is usually used to display this table)... if you give the table cells with the icons a width of 8%, change the next cell width from 50% to 40%, leave the right column at 50%, you get the following... http://prntscr.com/2j5j1d this looks slightly better to me - but you should probably experiment with the numbers and see what looks best to you. hope this helps. You're a star!! Thank you! 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.