Jump to content

Template alignment issue


visualtron

Recommended Posts

Hi, I'm using the portal template. Recently, I've tried to widen #content_left but couldn't get the alignment. Hope that anyone of you can help me. :)

 

I've changed:

 

#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;}

#content_left{background-color:#FFF;float:left;margin:0;padding:15px;text-align:left;width:670px;}

 

to

 

#content_container{background:#FFF url(images/content_container_bg.gif) repeat-y;border:5px solid #258;col

or:#666;margin:20px auto 0;padding:0;text-align:left;width:1050px;}

#content_left{background-color:#FFF;float:left;margin:0;padding:15px;text-align:left;width:770px;}

 

Here's my site - http://goo.gl/6s75b (please scroll down and look at the right side to see the misalignment.)

Link to comment
Share on other sites

Hi

 

In this CSS file:

 

http://www.clickndeploy.com/clients/templates/portal/style.css

 

- On line 2 change this:

 

background: #FFF url(images/content_container_bg.gif) repeat-y;

 

to this:

 

background: #EFF5FF;

 

 

- Then on line 4, delete this:

 

border-left: 1px solid #CFE2FF;

 

 

- Then on line 3 add this:

 

border-right: 1px solid #CFE2FF;

 

 

That should make it look how you want it to, assuming I understood you correctly.

Link to comment
Share on other sites

Hi

 

In this CSS file:

 

http://www.clickndeploy.com/clients/templates/portal/style.css

 

- On line 2 change this:

 

background: #FFF url(images/content_container_bg.gif) repeat-y;

 

to this:

 

background: #EFF5FF;

 

 

- Then on line 4, delete this:

 

border-left: 1px solid #CFE2FF;

 

 

- Then on line 3 add this:

 

border-right: 1px solid #CFE2FF;

 

 

That should make it look how you want it to, assuming I understood you correctly.

 

 

 

Alistar, thanks. This worked. Now the container can stretch any width. :)

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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