Skip to main content
Question

Can we tweak how things appear on mobile?

  • March 7, 2025
  • 3 replies
  • 35 views

Kgastaldo
Forum|alt.badge.img+1

Hi - Are we able to format how the community looks on mobile? A couple places I’d change:

We’re a private community and the image behind the login page (added via CSS) is really cut off. I’d probably resize.

For the top banner - we have the design mostly on the right hand side. None of that shows on mobile; it’s just orange. 

The content is there; the formatting just doesn’t translate well.

3 replies

Kenneth R
Forum|alt.badge.img+5
  • Expert ⭐️⭐️
  • March 11, 2025

Hi ​@Kgastaldo - yes as you’re able to add your own CSS it is possible to make adjustments to how the community shows on mobile.  Do you have someone available who can help with CSS?


olimarrio
Forum|alt.badge.img+5
  • Gainsight Employee ⭐️
  • March 12, 2025

Hey ​@Kgastaldo 👋,

You can use Media Queries to change what CSS is applied depending on the device that is being used.


Kgastaldo
Forum|alt.badge.img+1
  • Author
  • Helper ⭐️⭐️⭐️
  • March 12, 2025

Awesome, thank you both. I dabble in CSS so I’ll check out these queries and report back.