Responsive Website Problem?

Welcome Everyone now I Have Problem In My Wordpress Theme The Responsive Code Dosen't Work
I Don't Know Why ? This Is The Code And I Try To Take To From Bootstrap And I Didn't Work in my Code ?
HTML:
@media (max-width: 320px) {
    .logo-img {
        display: none ;
    }
}
 
Not much info here.

The code you've posted would do the following.

If you had some html like: <img class="logo-img"... that image would disappear when the width of the screen went down to 320px.

What exactly are you trying to do. Be as specific as possible.
 
Not much info here.

The code you've posted would do the following.

If you had some html like: <img class="logo-img"... that image would disappear when the width of the screen went down to 320px.

What exactly are you trying to do. Be as specific as possible.
I Try It But For Sorry I Think The Problem Is In My Browser
But I Have Another Problem
The Button Of The Responsive Menu When I Click On It Dosen't Work And Now I Use Bootstrap
I need The Way For Writing The Link Of Javascript Source I Write it in the header.php like this But Didn't Work
PHP:
    <script type="text/javascript" src="<?php get_template_directory();?>/js/bootstrap.min.js"></script>
 
Back
Top