Mobile responsive bootstrap template

Resolved Issue
PS Beite Stella
  • (1 Ratings)

Hello. first of all thanl you for such a greet templates you have in here.

I just finished my website it works perfect on desktop on iphone lots of design problems, can you check on your phone and tell me what is the problem and how I can fix it.

Also I am trying to delete the menu on the phone as I dont have menu, how I can do that.

thank you

Accepted Answer

AppClave Accepted Answer

6 years ago #178

Hi Stella,

Great to see here!!

You can go 'assets/css/responsive.css' path and add below code within

@media (max-width: 480px)
{

}

Code is...

.navbar-default .navbar-toggle {
    display: none;
}

Best Regards
AppClave Team

1 Responses

Stella

6 years ago #179
Thank you!!

Submit Your Response