• Resolved neocharles

    (@neocharles)


    From what I can tell, this is likely by design – but i’m not 100% sure if maybe it’s something with my theme.

    Anyways, is there a way to get these to align? It’s not too bad when they’re spread apart – but – I am moving them closer to each other and it becomes obvious.

    View post on imgur.com

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, this can happen, depending on the theme. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter neocharles

    (@neocharles)

    It’s still in development so it’s pretty rough right now, but the table I am looking at currently is on https://w4bfb.org/wpdev/mars-info/club-roster/

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link! The easiest way in your case should be to extend the CSS block

    /* Move view quantity over takbe */
    .dataTables_length {
    	margin-left: 21%;
    }

    to

    /* Move view quantity over takbe */
    .dataTables_length {
    	margin-left: 21%;
    	padding-top: 4px;
    }

    Regards,
    Tobias

    Thread Starter neocharles

    (@neocharles)

    Thank you for that help! (And catching my spelling mistake!)

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bottom Alignment of dataTables_filter and dataTables_length not level?’ is closed to new replies.