Row Limiting Its Width Just On Mobile Landscape View - Question | JoomShaper

Row Limiting Its Width Just On Mobile Landscape View

M

Marketing

SP Page Builder 1 year ago

Good Afternoon,

On a few pages of our website the 'Frequently Asked Questions' column at the bottom of the page is only displaying on a third of the width of the page, even though the column is set to a width of 12 and the FAQ's display ok on all the other views.

An example can be seen here: https://www.cloudconnx.net/stage4/services/backup/recall

And a photo of the issue in design view here: https://ibb.co/SxShm2c

How can we fix this please?

Thanks in advance

0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #87290

Hi

Thanks for contacting us. It seems ok on my end. Which resolution do you have this issue?

-Regards.

0
Ariba
Ariba
Accepted Answer
Support Agent 1 year ago #87291

Hello

Thank you for your query.

Please add the following css rule in custom css section

@media (max-width: 768px) {
  #column-wrap-id-1659528317757 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

If that does not help kindly share your admin access. Use the hidden mode to share the log in credentials, please.

0
M
Marketing
Accepted Answer
1 year ago #87353

Thank you very much, that has resolved the problem.

0
Ariba
Ariba
Accepted Answer
Support Agent 1 year ago #87385

You are most welcome. You can kindly close this post now by accepting any answer that helped you.

And, could you kindly take some moment to share your feedback about our service in the links below?

https://extensions.joomla.org/extension/sp-page-builder/

https://www.trustpilot.com/review/www.joomshaper.com

Have a great day and stay safe.

0