wordpress .html / .css remove space between <img> and <div> -


<div class="main-navigation">  ....  </div>  <img src="" width="961" height="10px" alt="greyline"> 

hi problem after div element want insert img , can see ( in google chrome browser developer tools screenshot )

enter image description here

enter image description here

there space between red horizontal menu , grey line.

enter image description here

i have no clue how eliminate space. cannot find padding, border or margin between <div class="main-navigation"></div> , <img> tag , restircted .css knowledge there should no space

if provide url can give exact answer. but..... here options

  1. remove img tag , add div css background gradient colors in image
  2. make img "position:absolute" , adjust position "top" or "margin-top"
  3. try adding margin:0, padding:0 img tag(not sure)

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -