Mobile Version

3.31K viewsIssuesbug
0

Hi, I was asking where I can add the middle banner that disappears on mobile. You responded with this, please could you tell me where I find style.css? Thanks, Peter

 

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 {
display: block !important;

}
}

0

Hello Peter,

You can find it inside askbug theme folder.