change column widths
-
Hi,
There are three columns at the bottom of each of my pages and I want to make them wider so that my facebook feed reads properly. How do I do this? Is it easy? Or do I need to get a hold of someone who knows a lot more than I do – which is pretty much nothing?! I assumed that I would be able to bring up the style sheet and guess at which numbers were relevant and play with them – can’t even find the style sheets. Need help!
janet
The blog I need help with is: (visible only to logged in users)
-
I found that you were able to resolve this issue using the following custom CSS:
.footer-widgets { clear: both; margin:20px auto 0; max-width:100%; position:relative } .footer-widgets .widget-area { float: left; margin:20px 0 0; width:21%; } .footer-widgets #second { margin: 20px 2% 0; width:53%; } #facebook-likebox-2 iframe { width: 460px!important; }Nice work!
- The topic ‘change column widths’ is closed to new replies.