Table is Going Over The Right Edge In Mobile View And It's Not Possible To Scroll Right - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Table is Going Over The Right Edge In Mobile View And It's Not Possible To Scroll Right

HB

Holger Busch

Template 6 days ago

Hello, my table is set to 100% width - but the content is a little bit wider. Thats not a problem. The problem is, that on a smartphone it is not possible to scroll right, so you can not see the rest of the table. Using Joomla 5 with helix ultimate at the latest version. Would you please help me with that?

Greetings.

0
6 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 days ago #210239

Please, use this custom css, this will fix your issues, You may follow this documentation: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

@media (max-width: 767px){
table.table-responsive {
    display: block;
}
}

Thanks

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 days ago #210210

Hello,

Thanks for reaching out to us. Could you please share temporary administrator access to your Joomla backend? You can provide the credentials securely in the hidden content section. Also, please take a full backup of your site before we make any changes.

Also, please mention the page id, where you use this table.

Once I have access, I’ll investigate further and see what’s causing the issue. Let me know once you’ve shared the details!

Best regards,

0
HB
Holger Busch
Accepted Answer
6 days ago #210222

Sure...

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 days ago #210225

Your provided credentials seems to be wrong. Please, re-check again.

Thanks

0
HB
Holger Busch
Accepted Answer
6 days ago #210231

Sorry there was a problem with a line break

0
HB
Holger Busch
Accepted Answer
6 days ago #210259

Works fine, thank you very much

0