How do I alter the mobile home screen

3.88K viewsGeneralbug
0

Hi, How can I modify the mobile landing page design. At the moment it is missing the central band on mobile which explains what the site is ( The bit the says “are you and expert” in Orange. Its in the desktop version but not mobile. I would like to add it to the mobile home page. Thanks, Peter

0

Thanks, where would I find that?

0

Hello Peter,

Add this following css to style.css:

@media only screen and (max-width: 767px){
    #category-dropdown, .site-header-cover, .ap-list-head, .site-info {
        displayblock !important;

    }
}