Pricelist Module On Mobile Problem - Question | JoomShaper

Pricelist Module On Mobile Problem

M

Mia

Helix Framework 1 year ago

Hello,

in mobileview, on our site https://henrics.at/angebot/preise the column with the items and prices is much too small, please see screenshot here https://snipboard.io/GYl3Nq.jpg . How can we fix it?

Thank you.

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #159075

Hi

Thanks for contacting us. Use this CSS in your custom.css file

@media (max-width: 991.98px) {
    .pricelist-text-content {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-left: 10px !important;
    }
}

-Regards.

0
M
Mia
Accepted Answer
1 year ago #159187

Hello, we have added the code (and cleaned /temp and joomla cache and browser cache), but it doesnt work. Nothing changed. Thank you for help.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #159198

Please keep a full site backup and give me your super admin access please. I need to check.

0
M
Mia
Accepted Answer
1 year ago #159208

Here it comes, thank you for checking.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #159212

Now check please, I think its ok now.

0
M
Mia
Accepted Answer
1 year ago #159753

Hi, the code is now accepted, thanks. We changed the 50% to 100% in the code, and now its full-width. Problem solved, thank you very much!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #159862

Glad to know that. You can now close this post by accepting the answer.

0