• Resolved zsolt

    (@zsolt82)


    Hello, Greg

    How can I get this section

    link

    on the ad details page
    to sort into 2 columns.

    Thanks

    • This topic was modified 4 years, 7 months ago by zsolt.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    you should be able to do that by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    .adverts-single-grid-details .adverts-grid-row {
        float: left;
        clear: initial !important;
        height: 100px !important;
        width: 50%;
    }
    
    Thread Starter zsolt

    (@zsolt82)

    Hi,

    Super

    Thank you

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

The topic ‘2 column sorting’ is closed to new replies.