SPPAGEBUILDER TABLE -MOBILE VERSION - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

SPPAGEBUILDER TABLE -MOBILE VERSION

David Podesta

David Podesta

SP Page Builder 7 months ago

Hi

I have a table created in pagebuilder. The mobile version of it is not working.

It can be viewed on this page in mobile.

https://nicolelobegeiger.com.au/cv

Image of issue here.

https://nicolelobegeiger.com.au/images/nlob-table-issue.jpg

Any advice on what to do here? Thanks

0
3 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #188231

Hello,

Thanks for reaching out to us. Please use this css in your custom css: To add it you can follow this guide: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

@media only screen and (max-width: 568px) {
    .sppb-addon-table-main.bt tbody td::before, .sppb-addon-table-main.bt tfoot td::before, .sppb-addon-table-main.bt tfoot th::before {
        width: unset;
    }
        #sppb-addon-1736206449137 .sppb-addon-table-main.bt tbody td:before, #sppb-addon-1736206449137 .sppb-addon-table-main.bt tbody td:before, #sppb-addon-1736206449137 .sppb-addon-table-main th {
    background: unset;
}
}

Thanks

0
David Podesta
David Podesta
Accepted Answer
7 months ago #188377

Ok thanks, however want to keep the table format, with scrolling. This format wraps the rows and there is no identifier of what is in the column.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #188387

Please, check the screenshot:

Thanks

0