Skip Navigation

[Resolved] Content not showing up on mobile

This support ticket is created 3 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 1 reply, has 2 voices.

Last updated by Jamal 3 years, 11 months ago.

Assisted by: Jamal.

Author
Posts
#1993853

hidden link

Content shows up in desktop, but goes missing when viewed on mobile. I would like the content to show up on mobile.

Thanks!

#1994267

Hello and thank you for contacting the Toolset support.

I am not sure what page builder you are using for this page, but it seems that it is configured to hide the content form mobile. Check this screenshot hidden link
Notice that it has a class "fl-visible-desktop" that displays the content only on Desktops with the following style:

@media (max-width: 950px)
.fl-visible-desktop, .fl-visible-mobile, .fl-col-group .fl-visible-desktop.fl-col, .fl-col-group .fl-visible-mobile.fl-col {
    display: none;
}

The style is coming from the bb-plugin.