Title Bar disappear after adding an image
-
This is the Title Bar, (I think it is called so), in a normal page. Whether I add an image or I align two elements it disappear and if I try to go to the website via mobile, the pages without the red bar haven’t got the navigation bar.<div class="container"> <div class="photos"><img title="" src="link-image" width="383" height="628" /></div> <p class="text">SOME TEXT...</p> <button class="btn">Dona</button> </div>
and the CSS
.container { overflow:hidden; padding:5px; border:solid 1px black; } .container .photos { float:left; margin-right:10px; } .text { font-size:145%; }
I’m using the Charitas Lite Theme.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Title Bar disappear after adding an image’ is closed to new replies.