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 )
there space between red horizontal menu , grey line.
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
- remove img tag , add div css background gradient colors in image
- make img "position:absolute" , adjust position "top" or "margin-top"
- try adding margin:0, padding:0 img tag(not sure)
Comments
Post a Comment