djpete Posted July 16, 2015 Share Posted July 16, 2015 (edited) Upgraded and added the new responsive six theme. Happy with the result but don't like that new hook menu system to edit the menus.. http://www.hostingwebdesign.com.au/customerportal/index.php Edited July 16, 2015 by djpete 0 Quote Link to comment Share on other sites More sharing options...
silvioj Posted July 16, 2015 Share Posted July 16, 2015 looks good, i recently posted my new six theme as well. If i may make a suggestion, add an id to your main logo on top then add this code in its css width: 100%; max-width: 353px; will add a bit more flexibility 0 Quote Link to comment Share on other sites More sharing options...
djpete Posted July 17, 2015 Author Share Posted July 17, 2015 what will that do exactly? 0 Quote Link to comment Share on other sites More sharing options...
silvioj Posted July 17, 2015 Share Posted July 17, 2015 if you apply that css style to the logo on top it will allow the image to proportionately resize to the width of the screen for smaller screen widths. This will prevent horizontal scrollbars on small devices 0 Quote Link to comment Share on other sites More sharing options...
djpete Posted July 17, 2015 Author Share Posted July 17, 2015 ripper appreciated 0 Quote Link to comment Share on other sites More sharing options...
djpete Posted July 17, 2015 Author Share Posted July 17, 2015 (edited) I see what you mean http://www.mobilephoneemulator.com/ Can I just make the logo smaller? Otherwise you may have to help me find that code. I resized the logo slightly smaller. Looks ok on this emulator http://iphone-emulator.org/ Edited July 17, 2015 by djpete 0 Quote Link to comment Share on other sites More sharing options...
silvioj Posted July 17, 2015 Share Posted July 17, 2015 All you'd do is open header.tpl then do a search for logo.png <img src="/customerportal/templates/zwebdesign-six/img/logo.png" alt="Z Web Design"> change this code to <img style="width:100%;max-width:353px;" src="/customerportal/templates/zwebdesign-six/img/logo.png" alt="Z Web Design"> actually you changed the width of the image so the max width would be 341. i dont use emulators... I just resize my browser window on my desktop to a very narrow width to see how it would appear. 0 Quote Link to comment Share on other sites More sharing options...
djpete Posted July 18, 2015 Author Share Posted July 18, 2015 1000 thanks Silioj, Fantastic!!! Done and fixed. Funny I thought I searched for logo in that tpl before and couldn't find it. Anyway all good. You wonder why this is not done by WHMCS out of the box?? 0 Quote Link to comment Share on other sites More sharing options...
silvioj Posted July 19, 2015 Share Posted July 19, 2015 no sweat, glad i could assist! theres a few things i would have done differently in their theme. Check out my post, with my site you can see what i came up with. 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.