Home Forums WordPress Themes – Premium Circumference Responsive Issue (Detected by Google! Bad for SEO!) Reply To: Responsive Issue (Detected by Google! Bad for SEO!)

#60425
Bidur
Moderator

Hello John,

For the quick fix, please add the following css inside the additional css section of your customizer;

@media screen and (max-width: 425px){
    #cir-logo-group, #cir-site-title-group {
        display: block;
        text-align: center;
    }
    .row {
        margin-left: 10px;
        margin-right: 10px;
    }
}

Let us know.

Best Regards,
Bidur