Home › Forums › WordPress Themes – Premium › Circumference › Responsive Issue (Detected by Google! Bad for SEO!) › Reply To: Responsive Issue (Detected by Google! Bad for SEO!)
November 2, 2018 at 5:13 am
#60425
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