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

#103754
Tom
Lead Developer
Lead Developer

My mistake, I gave you the wrong CSS:

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

As for the your opt-in title on mobile, this should help:

@media (max-width:768px) {
      .et_bloom .et_bloom_form_header h2 {
            font-size: 16px;
      }
}

Let me know 🙂