Jump to content

right side is broken, any help ?


waturl

Recommended Posts

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

Link to comment
Share on other sites

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.

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