Hi
I have problem with the design for my footer on site http://www.r4a.se/effecta
I have 3 widgets in the footer and I want each one of them to use 1/3 of the width of the site. Now they are all ligned up close together to the left. This is the code:
/* =Footer : Footer Widgets
-------------------------------------------------------------- */
#footer-widgets {
width: 100%;
background-color: #F9F9F9;
border-top: 1px solid #EEEEEE;
margin-top: 30px;
padding: 20px 0;
}
#footer-widgets-wrapper {
margin-bottom: -30px;
}
#footer-widgets .widget {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #777;
float: left;
margin-bottom: 30px;
padding: 0 15px;
word-wrap: break-word;
}
#footer-widgets .widget img {
height: auto;
max-width: 100%;
}
#footer-widgets h2.widgettitle {
color: #333;
font-family: "Terminal Dosis";
font-size: 1.2em;
font-weight: 400;
margin-bottom: 20px;
}
#footer-widgets a {
color: #505050;
text-decoration: none;
}
#footer-widgets li {
line-height: 1.6em;
}
#footer {
border: transparent;
border-width: 0 1px;
color: #888;
color: #999999;
font-size: 0.85em;
margin-bottom: 35px;
padding: 0px 5px;
text-align: center;
}
#footer .copyright {
margin-bottom: 0.75em;
}
#footer .designed {
}
#footer a {
color: #777;
text-decoration: none;
}
[please apply the forum guidelines when posting code - http://codex.wordpress.org/Forum_Welcome#Posting_Code - posting css code is actually not needed if you post a link to your site]
What do I change?