Web Host Pro Posted March 17, 2015 Share Posted March 17, 2015 Hi, we decided to tackle this on our own so bear with me. We have 2 hopefully simple questions. You can see where I am here: http://webhost.pro/account/index.php 1. On the top nav menu bar I need the background to spam the full page. I tried to change the inner nav width but that messes up the text alignment. 2. The text seems blurry or pixelated, is something maybe changing the blur or clarity of the text that I can remove? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 17, 2015 Share Posted March 17, 2015 On the top nav menu bar I need the background to spam the full page. I tried to change the inner nav width but that messes up the text alignment. what happens if you try to tweak whmcs.css to... .navbar .navbar-inner { height: 40px; margin: 0 auto; padding: 0 480px; width: 940px;} if I do that in Firefox, your blue header goes full-width and the menu is aligned correctly (Home on the left, Account on the right - above the "Choose A Domain" box)... though I can't check if/how that would affect the logged in menu. 0 Quote Link to comment Share on other sites More sharing options...
Web Host Pro Posted March 25, 2015 Author Share Posted March 25, 2015 So close, it works in Firefox and chrome but with IE is sticks to the right. Exactly why they are retiring IE, it hardly ever works like it should. I have more to work with though, thank you! 0 Quote Link to comment Share on other sites More sharing options...
WebsiteIntegrations Posted March 25, 2015 Share Posted March 25, 2015 Does your menu that you have on the homepage support dropdown's? If so you can just leave that menu in the header but modify it to use the WHMCS links. 0 Quote Link to comment Share on other sites More sharing options...
Web Host Pro Posted March 31, 2015 Author Share Posted March 31, 2015 It doesn't thanks though, I guess I need a box inside a box to do this. 0 Quote Link to comment Share on other sites More sharing options...
ThemeMetro Posted April 2, 2015 Share Posted April 2, 2015 For navbar try to add this css .navbar { background: #969696;} 0 Quote Link to comment Share on other sites More sharing options...
Web Host Pro Posted April 17, 2015 Author Share Posted April 17, 2015 For navbar try to add this css .navbar { background: #969696;} Awesome, added that and this code and it works now: .navbar { position: relative; background: #969696; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; 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.