cuongdm Posted April 12, 2010 Share Posted April 12, 2010 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 190pxDoes any get this problem and how we can fix it.Many thanks Link to comment Share on other sites More sharing options...
rocky Posted April 12, 2010 Share Posted April 12, 2010 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 More sharing options...
cuongdm Posted April 12, 2010 Author Share Posted April 12, 2010 @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. Link to comment Share on other sites More sharing options...
rocky Posted April 12, 2010 Share Posted April 12, 2010 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. Link to comment Share on other sites More sharing options...
Radhaa Posted May 17, 2010 Share Posted May 17, 2010 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.RegardsRamanmy web site [link removed] Link to comment Share on other sites More sharing options...
rocky Posted May 17, 2010 Share Posted May 17, 2010 I've deleted your link. Your website must be infected my malware. I was redirected to a fake antivirus scan. Link to comment Share on other sites More sharing options...
chaoske Posted December 21, 2011 Share Posted December 21, 2011 (edited) Thanks for this info! Edited December 23, 2011 by chaoske (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now