• Hello,

    do you have an idea why the two listings are right aligned and not left. Its [listings columns=”3″] but jeust two listings are live at the moment. We deleted one. We thought than the other two goes on the left side. MAybe you have a hint.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author agentevolution

    (@agentevolution)

    @media (min-width: 1024px)
    .listing, .listing-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80% !important;
    float: right;
    margin: 0px;
    }

    Change the CSS to float left and it does resolve it.

Viewing 1 replies (of 1 total)
  • The topic ‘Order’ is closed to new replies.