• Resolved michael

    (@micsondergaard)


    Hi guido hope all is good. Is it possible to make a list of events like a grid as seen here?
    Also let me know if you got any other translate tasks.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    This is possible I think, but not without some major CSS changes. Can help you with that. How many columns?

    Translation.. yes! Could you complete the Danish translation of my both plugins, the links are mentioned in this thread. Would be great.

    Guido

    Thread Starter michael

    (@micsondergaard)

    That would be awesome thanks so much, would like 3 columns, and if possible the date of the event right under it. Thanks so much will take a look at the translations right away.

    Thread Starter michael

    (@micsondergaard)

    Done let me know if there is more

    Plugin Author Guido

    (@guido07111975)

    Hi,

    For 3 columns try this Custom CSS at the CSS page of your Customizer:

    
    #vsel .vsel-content {clear:none; float:left; width:32%; margin: 0 2% 20px 0;}
    #vsel .vsel-content:nth-of-type(3n+1) {clear:left;}
    #vsel .vsel-content:nth-of-type(3n+3) {margin:0 0 20px 0;}
    

    Normally the nth-of-type selector uses an element such as p or ul, but class .vsel-content seems to work here as well..

    If you want to apply this CSS at a certain page only, please add the prefix of the relevant page before each string:

    
    .page-id-1901
    

    Many thanks for the translation of both plugins ??
    You forgot to translate 1 and 1 fuzzy one.

    Guido

    Thread Starter michael

    (@micsondergaard)

    Thank you so so much, very helpful!!

    Plugin Author Guido

    (@guido07111975)

    You’re welcome and thanks again for both translations.

    Guido

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘List as grid’ is closed to new replies.