Reply To: Making the Site Responsive

Home Forums Support Making the Site Responsive Reply To: Making the Site Responsive

Home Forums Support Making the Site Responsive Reply To: Making the Site Responsive

#103061
Tom
Lead Developer
Lead Developer

Hi there,

Some further optimization may have to be done sometimes – especially dealing with large fonts on mobile.

For your site title, we can decrease the font size on mobile so it fits more naturally:

@media (max-width:768px) {
      .main-title {
            font-size: 20px;
      }
}

We can do the same with your opt-in, but I would need to know the classes/elements in order to give you code.

I think tags help with search in bbPress, but it’s totally up to you 🙂