Mobile layout
Hello (again),
Is there any way to clean up the mobile layout? You can’t see the title of the blog post in it’s current layout (see below).
Thanks!
Kat
To resolve this problem, you only possible remove it on the Mobile. you can log in to Dashboard > Appearance > Editor > open the style.css file add the following code.
.list-socials, .active-socials {
display: none !important;
}
Regards,
Dominic
Hi Dominic,
*whoops hit enter too early* The code took the social icons away but the black bar is still covering the header. Any suggestion?
Please add the following code:
@media (max-width: 380px) {
.active-socials {
display: none !important;
}
.clearfix {
display: none !important;
}
}
Or please send username & password for further checking.
Regards,
Dominic
Hi Dominic,
Using the above code made my website not load on mobile unless in landscape mode. Weird. Where can I send my login info?
I have helped you resolve this issue, please check your site now.
Please login or Register to submit your answer