in media query 180-320px the text upon title is not coming on the same line?

[ad_1]

hello,

I have been about 2 hours busy to solve this problem .

I have tried every possible situation but the problem still exists.

in media query min 180px to 320px.

this is the html code :

  <div id="info-container3">
      <div class="title">
		  
		  <h2> 	Davids   </h2>
	      <p>   APK & Auto Service
			  </p>       </div>	  
		                      
			  </div>
		<div class="description">auto reparatie service</div>
		<div class="tekst">hello</div>
		</div>
		
		</div>
			  
			
 

and this is css:

#info-container3 {
	
	border:0.01 solid #4b5054;
	 background-color:#4b5054; 
	width:100%;
	height:70px;
	margin-top:0;
	display:flex;
	flex-direction:row;
}

	#info-container3 .title {
	 width:66.666%;	
	align-items:center;
	margin-left:4%;
	display:flex;
	justify-content:flex-start;
		flex-direction:row;
  
}
#info-container3 .title h2{      
	font-size:1rem;
	font-weight:bold;
	color:white;
	text-align:center; 
  position:relative;
	
}
#info-container3 .title p {
font-size:14px;
color:greenyellow;
margin-top:-2px;
margin-left:12%;
font-family: 'Ravi Prakash', cursive;
position:absolute;
	
}


.description{
	
visibility:hidden;	
display:none;


}

.tekst{
 visibility:hidden;
	display:none;
	

}  

	#hello {
		
		display:none;
	}

when you go to my homepage and open inspect element and go to media query between 180 to 319.999 px you can see that the text upon title(David) is not in the same line which has to be in the same line (apk & auto service)

has to be on the same line.

how I can solve this problem.

I set for ( #info-container3 .title p ) position absolute but it didn’t help!

I am using media query between 180 and 320 px for learning purpose

thanks

The page I need help with: [log in to see the link]

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer