• Resolved borko97

    (@borko97)


    Hey to everyone ??

    My English is not perfect, apologies in advance.

    Let me get to the point

    First screenshot – https://prnt.sc/OpNsCMI1B9k_
    How to center the search box in the middle of the table and delete the text next to the search box?

    how to make a solid border on the whole table? also can i change the color of the border?

    Thank in advance guys, cheers!

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

    (@tobiasbg)

    Hi,

    I suggest to use the same approach as above, but wrap that in a CSS3 media query, for which you can find examples on what that is in the web.

    Please not that we are reaching the limits of what I can offer as support here. For further questions, I would need to refer you to the priority support that is available with the premium licenses. Thanks for your understanding.

    Best wishes,
    Tobias

    Thread Starter borko97

    (@borko97)

    Hello!
    Dont worry, this is the last question I promise. I just need to fix that search button on mobile device.

    Can you tell me what exactly I need to do to fix search button on mobile devices?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please try

    @media screen and (max-width: 768px) {
      #tablepress-123_filter input {
        width: 100px;
      }
    }

    Regards,
    Tobias

    Thread Starter borko97

    (@borko97)

    Thanks a lot!
    I have in plan to buy premium licence soon!

    See you and wish you all the best!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    cool, I really appreciate it! ??

    Best wishes,
    Tobias

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘TablePress – two questions’ is closed to new replies.