List Manager Forum

Custom CSS for Table-Width

Usuario pfnuesu 2024-02-04 02:15:28

Hi Moonsoft

I'm having a hard time figuring out what I need to enter in my custom-CSS to enable a table width of - let's say 1200px for a table like this one:

https://tvfn.ch/agenda

i guess i need to override this class: "table table-responsive-stack table-striped"
(or 3 classes because of the spaces?)

currently I'm trying a few variations of
#lm_content_wrapper .table-responsive-stack {
width = 1200px
}

but without success so far.

Can you point me in the right direction?
Thanks in advance

Best regards.

Usuario pfnuesu 2024-02-04 02:53:59

Solved and sorry for the interruption :)

One of these days I'm going to learn the difference between "=" and ":"


this one works
***********
.lm_list_wrapper .table-responsive-stack {
width: 1200px;
}
***********

Moonsoft support 2024-02-05 09:02:13

Hi,
that's right, thanks for the feedback!