Jump to content
Sign in to follow this  
EvtK

Change column width morefooter area independently

Recommended Posts

EvtK

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
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

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
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
Rob
Great. Thanks!

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

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

Sign in to follow this  

×