katlangdon
asked 11 years ago

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

4 Answers
DominicStaff
answered 11 years ago

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

katlangdon
replied 11 years ago

Hi Dominic,

katlangdon
answered 11 years ago

*whoops hit enter too early* The code took the social icons away but the black bar is still covering the header. Any suggestion?

DominicStaff
answered 11 years ago

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

katlangdon
replied 11 years ago

Hi Dominic,

katlangdon
replied 11 years ago

Using the above code made my website not load on mobile unless in landscape mode. Weird. Where can I send my login info?

DominicStaff
answered 11 years ago

I have helped you resolve this issue, please check your site now.

Powered by DW Question & Answer Pro