• Hello support!

    Im pretty new to your plugin, but played with it and I’m pretty happy – some things are still missing … so: is there a list of css-code-snippets or a description of css-names somewhere in your documentation? I can’t find anything related. I would like to set as much as possible in my Total-theme.

    For example I am interested in the event-list and league-table column width for each column.
    F.e.: columns=”p,w,d,l,f,a,gd,pts” in league-table and columns=”event,teams,results,venue” in the event-list!?

    Thanks in advance for your support!

    Michael

    https://ww.wp.xz.cn/plugins/sportspress/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi!

    I’m glad that you are enjoying our plugin!

    We don’t have a list of these unfortunately. But you could use tools like firebug or Chrome’s / Firefox’s code inspector to check it out

    Kind Regards,
    -Roch

    Thread Starter michamue

    (@michamue)

    Hello,
    ok … have my problems to figure it out that way, but it is waht it is … Thanks anyway for the answer.

    Michael

    Hi Michael!

    If you know already the elements you want to change and how you want them to look let us know so we can help you out as well

    Kind Regards,
    -Roch

    Thread Starter michamue

    (@michamue)

    Ok … Thanks …

    For event_list

    css for table
    margin-bottom: 50px;

    columns event,teams,results,venue

    css for .tr and .td
    text-align: center;
    vertical-align: middle;
    height: 75px;
    width: 100px;

    For league_table

    css for table
    margin-bottom: 50px;

    columns p,w,d,l,f,a,gd,pts

    css for .tr and .td
    text-align: center;
    vertical-align: middle;
    height: 75px;
    width: 100px;

    Thanks in advance!

    Michael

    Thread Starter michamue

    (@michamue)

    Any news on that!???

    Michael

    Hi Michael!

    Thanks for the bump. Please send us a link to where you have these so we’ll make sure that the CSS rule is right

    Kind Regards,
    -Roch

    Thread Starter michamue

    (@michamue)

    Hello,

    my event-list: http://www.gcdeutschland.de/sp-2016/
    my league-table: http://www.gcdeutschland.de/tabelle/

    Thanks,

    Michael

    Thread Starter michamue

    (@michamue)

    Any news on that!???

    Michael

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

The topic ‘css-tags league-table event-list’ is closed to new replies.