add-this-right floats both ways?

  • jrothra

    #1484

    Maybe I’m misreading it, but is the .add-this-right supposed to float left and right?

    .add-this,
    .add-this-right {
    float: left;
    padding-top: 10px;
    }
    .add-this-right {
    float: right;
    margin: 0 0 1em 1em;
    }
    Admin

    Syahir Hakim

    #15980

    Nope, .add-this will float to the left, and .add-this-right will float to the right, but both will have a top padding of 10px.

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.