can you please help me to change the high of the footer widget to the half size an delete the black border? and then move the social elements to the left end of the website.
http://www.abnehmen-kongress.com/
there are two rules which determins the height:
#footer {
padding: 10px;
}
#footer .widget {
margin: 0;
}
#footer.container_wrap {
border: none !important;
}
you have to play a little with those values – perhaps it is necessary to set these rules to ” !important “
;) Thanks :) Yigit can you help me to get the social icons to the left. http://imgur.com/nZ00tig
Hi!
Please add following code to Quick CSS
#footer .container {
padding: 0;
}
Cheers!
Yigit
CLOSED.