Home Forums WordPress Themes – Premium Flat Responsive Mobile site is not looking responsive Reply To: Mobile site is not looking responsive

#39522
Binaya D
Participant

Hi Nancy,

Please use the following css to fix your issue;

#fr-banner {
    height: auto !important;
}

NOTE: Please use the child theme style.css or custom css plugin to write the css.

Thanks