• Resolved ossimuso

    (@ossimuso)


    Hi Tobias,

    Once again thanks for an excellent plugin. I was wondering if there is any way to reduce the padding above the search box. I found some custom CSS code of yours to increase the margin below the box, but I’m stuck on how to decrease the white space above the search box (you can see here). Any suggestions would be much appreciated. Thank you.

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    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 ossimuso

    (@ossimuso)

    Hi Tobias,

    The page is here. But you would need to login using username: Fred Perry, and password: demo.

    Thanks again for you help.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    unfortunately, the link is just to an image not to the actual page 🙁

    Regards,
    Tobias

    Thread Starter ossimuso

    (@ossimuso)

    Hi Tobias,

    My apologies. The page is here. Once again you would need to login using username: Fred Perry, and password: demo.

    Thanks again for you help.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link! Now I can see the page.

    That padding is actually coming from the tabs plugin, but we can still use some “Custom CSS” to move the table up:

    #tablepress-5_wrapper,
    #tablepress-6_wrapper {
      margin-top: -30px;
    }

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reduce padding above search box’ is closed to new replies.