Jump to content

A couple customization questions please


Recommended Posts

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!

Link to comment
Share on other sites

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. :idea:

Link to comment
Share on other sites

  • 2 weeks later...
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;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated