• Resolved gamicord

    (@gamicord)


    Hello Sir,
    If I remember correctly, I think it was in early 2020 before Covid-19 outbreak, that I sent a support ticket asking if it’s possible to display Job Archive In Grid format.

    One(1) year has gone, and it seems this hasn’t been considered. Or maybe I’m just not aware.

    So I’m taking this opportunity to ask that— Can we display the Job Archive in Grid Layout?

    Needing to hear from you soon.
    Regards.

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

    (@pickplugins)

    You can use following CSS to display archive as grid format,

    
    .job-bm-archive .job-list .single {
        width: 350px;
        display: inline-block;
        vertical-align: top;
    }

    see the screenshot,

    View post on imgur.com

    Regards

Viewing 1 replies (of 1 total)

The topic ‘Grid Layout for Archives’ is closed to new replies.