• Resolved kikobyofficial

    (@kikobyofficial)


    Hello, how to display menber by 3 grid all size screen and only by 1 on all responsive

    This code display on my computer desktop only by 2

    /* member directory grid with 4 columns */
    .um-directory:not(.uimob340):not(.uimob500):not(.uimob800):not(.uimob960) .um-members-wrapper .um-members.um-members-grid .um-member {
    width: 21%;
    }

    Thanks for you help

    Michel

Viewing 1 replies (of 1 total)
  • Thread Starter kikobyofficial

    (@kikobyofficial)

    Hello find solution by this code

    .um-directory:not(.uimob340):not(.uimob500):not(.uimob760) .um-members-wrapper .um-members.um-members-grid .um-member {
    width: 30%;

    }

    .um-directory .um-members-wrapper .um-members.um-members-grid .um-gutter-sizer {
    width: 5% !important;

    }

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.