CSS Code Inserting Line Breaks, Need Help

by 1 replies
2
On this sites main page: http://www.granitepaint.com I have a picture with a few spaces above it. I want to remove the spaces, which I figured out from Internet Explorers "inspect" tool is caused by three straight line breaks.

Unfortunately I have no idea where to remove these breaks from in the actual code of my page. I'm not sure if it is a CSS file doing it or something else. I have looked in my .html files that run that page and I can't find any code like that.

Any ideas?
#website design #breaks #code #css #inserting #line
  • Banned
    [DELETED]
  • your site is wrote using bootstrap the spacing is the clear fix in the content content area class look at your css for this to change.

Next Topics on Trending Feed

  • 2

    On this sites main page: http://www.granitepaint.com I have a picture with a few spaces above it. I want to remove the spaces, which I figured out from Internet Explorers "inspect" tool is caused by three straight line breaks. Unfortunately I have no idea where to remove these breaks from in the actual code of my page. I'm not sure if it is a CSS file doing it or something else. I have looked in my .html files that run that page and I can't find any code like that.