• Resolved racelaparecio

    (@racelaparecio)


    Hi there,

    Can you please help me remove the unnecessary scroll bar for our table?

    I’m not sure why it’s creating a scroll bar.

    Please let me know what I need to do to remove this.

    Thank you very much.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Amit Paul

    (@paulamit)

    Hello @racelaparecio,

    Greetings. Hope you’re doing good.

    Well, I have just checked your site but nothing found scrollable on desktop mode. And when I tried your site on mobile view, then I found the data table scrollable.

    However, please apply this custom CSS below to turn off the scroll feature.

    @media only screen and (max-width: 767px) {
      .eael-data-table-wrap table {
      overflow: hidden !important;
    }
    }

    And you can also easily apply the custom CSS by exploring this doc:- How to apply custom CSS

    Let me know how it goes. Thank you!

    Thread Starter racelaparecio

    (@racelaparecio)

    Hi Amit,

    Thank you for your response.

    It did the job.

    Thank you so much.

    Plugin Support Amit Paul

    (@paulamit)

    Hi there,

    Great! I am glad I was able to help, please feel free to contact our support anytime you need help, we are always here to help. If you don’t mind me asking, could you do me a favor, and spend 30-sec to review us following this link, this will help us to serve better.
    ?
    ?Thank you in advance! Link to review – https://wpdeveloper.com/review-essential-addons-elementor

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Data Table Issue – Unnecessary Scroll Bar’ is closed to new replies.