Align shortcode Divs?

Out of context: Reply #13

  • Started
  • Last post
  • 17 Responses
  • sem0

    in the css i have
    @font-face {
    font-family: DINWebPro;
    src: url(http://metrohospitality.co.u...
    font-weight:400;
    font-size:12px;
    }

    .middle{width:940px; float:left;}
    .halfz{width:450px; float:left;}
    .halfz:nth-child(even){margin:0 20px 0 20px;}

    .containerr{width:940px;}
    .third{width:300px; float:left;}
    .third:nth-child(even){margin:0 20px 0 20px;}
    but it seems the bottom container is still further away from the border now?

View thread