Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #644723

    Dear Kriesi Team,

    After an Upgrade a former Change is not working anymore.

    I try to change the Size of the First Column in the Tables on this Page:

    Before I made that with:

    .page-id-548 td:first-child {
    min-width: 100px;
    }

    But now it is not more working.

    Would be glad If u could help out!

    A Second Small Isue: How tho remove the Table Border in the Mobile Version and making the Table in Mobile Version Left Orientaded…

    Sincerely
    R

    • This topic was modified 7 years, 11 months ago by Fritz_Ott.
    #645237

    Hi Fritz_Ott,

    The CSS you posted is still active on the page, I’m not sure how it should look though? Could you try explaining a bit further and/or post screenshots highlighting the change you would like to make please?

    Regards,
    Rikard

    #645276

    Dear Rikard,

    Thanks for your Answer.
    I Just need The First Column smaller…

    http://fraktal-design.ch/apfel/wp-content/uploads/2015/06/001.png
    Screenshot

    Thanks.

    #645995

    Hi,

    Ah ok, thanks for the screenshot. Please try this CSS instead:

    .page-id-548 td:first-child {
        min-width: 100px !important;
        width: 130px !important;
    }

    Best regards,
    Rikard

    #646071

    Perfect! Thanks!!

    #646474

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Table Column Size’ is closed to new replies.