Jump to content

Left Column Width does not fit


Recommended Posts

Hi guys,
As my categories name are quite long, so i increase the left column width from 190px to 290px, and set the page width from 980px to 1080px, but i get problem. (in ..../global.css)
Plz take a look at my attachment.
The width of left column does increase to 290px but the "Categories", "Tags"... still remain the 190px
Does any get this problem and how we can fix it.
Many thanks

21871_lF6si32MfjggvDn03J3y_t

Link to comment
Share on other sites

You need to increase the width of the blocks as well as the width of the column. Add the following CSS:

#left_column div.block, #left_column div.exclusive, #left_column div.block h4, #left_column div.exclusive h4 { width: 290px }
#left_column div.block { background-image: url('../img/block_footer_left.gif') }
#left_column div.block h4 { background-image: url('../img/block_header_left.gif') }
#left_column div.exclusive { background-image: url('../img/block_exclusive_footer_left.jpg') }
#left_column div.exclusive h4 { background-image: url('../img/block_header_exclusive_left.gif') }

Link to comment
Share on other sites

@rocky : thanks for your help, it does work, but then, only the content width changes, the title width (Tags, Categories...) remain the same width (190px), i don't know why PS does not let all the element inside the left column follow the main width (width = 100% for ex). I attach my shop with your code added.

21872_opWgDJCLMwAwJjh3fVVA_t

Link to comment
Share on other sites

  • 1 month later...
You're right. I've updated my code above. Please note that you'll have to copy the header and footer block images and widen them using an image editor.


Hi ;
I has tags block before, now it is gone, how can I restore it.
Regards
Raman
my web site [link removed]
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...