waturl Posted October 17, 2010 Share Posted October 17, 2010 Hello, 1- I removed the right side login form and KB search form 2- I resize the width of WHMCS to 800px i found the right side like this any help ? 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted October 17, 2010 Share Posted October 17, 2010 Please post the URL to your WHMCS environment. 0 Quote Link to comment Share on other sites More sharing options...
waturl Posted October 18, 2010 Author Share Posted October 18, 2010 can you please see the screen ? i don't like my link to be found by the search engines. 0 Quote Link to comment Share on other sites More sharing options...
FlexiHost Posted October 18, 2010 Share Posted October 18, 2010 Just post the domain.com - it won't link up 0 Quote Link to comment Share on other sites More sharing options...
waturl Posted October 18, 2010 Author Share Posted October 18, 2010 this is the URL: http://bit.ly/amWt3U thnx 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted October 18, 2010 Share Posted October 18, 2010 when you resized the width to 800px the background image does not resize in the css #content_container{background:#FFF url(images/content_container_bg.gif) repeat-y;border:5px solid #258;color:#666;margin:20px auto 0;padding:0;text-align:left;width:950px;}either remove the background image or resize the image itself to 800px as well.Best thing to do is to resize the image though 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted October 18, 2010 Share Posted October 18, 2010 As fix you can replace this: #content_container{background:#FFF url(images/content_container_bg.gif) repeat-y;border:5px solid #D9D9D9;color:#666;margin:10px auto 0;padding:0;text-align:left;width:800px;} with this: #content_container{background:#FFF url(images/content_container_bg.gif) repeat-y -80px;border:5px solid #D9D9D9;color:#666;margin:10px auto 0;padding:0;text-align:left;width:800px;} In your /templates/portal/style.css. 0 Quote Link to comment Share on other sites More sharing options...
waturl Posted October 18, 2010 Author Share Posted October 18, 2010 didon, fixed thnx to much 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.