• Resolved harvoolio

    (@harvoolio)


    Using some CSS to reduce the font size I can fit the drop downs on one line. However, I cannot center them. The site is mbaprepadvantage.net and the code is

    #tablepress-total_ftmba_deadlines_wrapper .column-filter-widgets,
    #tablepress-total_ftmba_deadlines_wrapper .column-filter-widgets select,
    #tablepress-total_ftmba_deadlines_wrapper .column-filter-widgets select[disabled] {
    font-size: 88%;
    padding: 0;
    margin: 0;
    vertical-align: middle !important;
    }

    Thanks again.

    https://wordpress.org/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yeah, that’s pretty tricky here, as those elements already use a lot of CSS to get the positioning right. I can’t see a quick solution to center the elements, but this might be helpful in at least creating the effect:

    #tablepress-total_ftmba_deadlines_wrapper .column-filter-widget {
      margin: 0 3px;
    }

    Regards,
    Tobias

    Thread Starter harvoolio

    (@harvoolio)

    Looks better. Thanks.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering TablePress Extension ColumnFilter Drop Downs’ is closed to new replies.