EvtK 0 Report post Posted September 27, 2011 Hello, Is it in anyway possible to change the width of the morefooter colums (3) independently. My page is 800 px in width and I want to have the columns to be 225 350 225. I have found this topic: http://www.pagelines.com/forum/discussion/5385/change-footer-column-widths/p1but it only offers a solution to change them all at once in same width. It is for this site: *site removed* Thanks in advance! Share this post Link to post Share on other sites
Kate 3 Report post Posted September 27, 2011 Here's a couple different options: [code]#morefootbg .dcol_3{width:auto !important;} /*-- Col 1 --*/ #linkcat-2{width:200px;} #recent-posts-2{width:200px;} /*-- Col 2 --*/ #twitter-1{width:300px;} /*-- Col 3 --*/ #text-3{width:200px;}[/code] [code]#morefootbg .dcol_3.fix{width:225px !important;} #morefootbg .dcol_3.dcol{width:350px;} #morefootbg .dcol_3.lastcol{width:225px;}[/code] Share this post Link to post Share on other sites
EvtK 0 Report post Posted September 27, 2011 THanks a bunch! Your first solution worked for me! check it out @ * site removed * :) Share this post Link to post Share on other sites
Rob 547 Report post Posted September 27, 2011 Great. Isn't Kate wonderful? Would you mind clicking Thanks for her? It helps us keep superb support like this available to everyone. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
EvtK 0 Report post Posted September 27, 2011 I have done so already! Share this post Link to post Share on other sites
Rob 547 Report post Posted September 27, 2011 Great. Thanks! Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
Kate 3 Report post Posted September 28, 2011 Thanks @rangelone ;) Share this post Link to post Share on other sites