to bring the buttons down add some margin to the div above:
#featured {
margin-bottom:15px;
}
now add here also float left as just explained in the other thread:
#featured {
float:left;
margin-bottom:15px;
}
____________________
you find me on Google+, Twitter and Facebook
(von: Joern)
Hier noch 1 weitere Ergebnisse dieses Threads:
custom field issue solved but still have layout issues
14. Jun. 2010 (von: omerkhan02)
Joern my test site is hereUser: adminpass: Digital1 or Ironman21Anyways Joern, I got the social icons to go on the same plane. As you see there are two instances of them, both were in a div called "SOCIALMEDIA" SO THE…