• Resolved saraf

    (@saraf)


    If anyone out there has a minute, would you mind taking a look at this

    http://www.sfcendon.com/freelance/?page_id=63

    and helping me figure out how to get rid of the space at the top of each entry? I modified my theme to make this particular page work less like a blog and more like a simple list of stuff, but I can’t figure out how to get rid of that space.
    I’ve looked around the forums and tried a few things w/the stylesheet, but nothing has worked so far. Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • in the style.css find:

    .hr {
    	clear: both;
    	border: 0;
    	background-image: url(images/hr.jpg);
    	color: #f8faf7;
    	background-color: #f8faf7;
    	width: 426px;
    	height: 121px;
    	margin: -8px auto 0;
    }

    and replace it with:
    .hr {display: none;}

    Just delete the following from the style.css file in your theme folder:

    .hr {
    	clear: both;
    	border: 0;
    	background-image: url(images/hr.jpg);
    	color: #f8faf7;
    	background-color: #f8faf7;
    	width: 426px;
    	height: 121px;
    	margin: -8px auto 0;
    }

    Thread Starter saraf

    (@saraf)

    alchymyth, muthukswamy — THANKS so much!

    Not sure if anyone can help as I have a similar problem where I have a space at the top of a ‘page’, just under the menu: http://www.justdoproperty.com.

    Unfortunately I don’t have a .hr tag in my CSS.

    Alec

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘tweaking blog entry format – how to remove space @ top of entries’ is closed to new replies.