View Full Version : Help me modify those spaces
Haisook
09-03-2005, 03:44 PM
Here is my website, you can get the SOURCE to check out everything:
http://triple-h.blogspot.com/
I want to remove - or at least be able to modify - the spaces that appear between 0 comments phrase and the next yellow rectangle of title. I couldn't find it at all in the source.
Thanks a lot for any help
jscheuer1
09-03-2005, 07:46 PM
OK, here is a typical section of code covering what you are talking about:
<p align="left" class="byline">
posted by Dr Haisook at <a href="http://triple-h.blogspot.com/2005/09/i-want-nokia-9300.html" title="permanent link">10:29 AM</a><br>
<a href="http://triple-h.blogspot.com/2005/09/i-want-nokia-9300.html#comments">0 comments</a>
<span class="item-control admin-463590881 pid-1049113626"><a style="border:none;" href="http://www.blogger.com/post-edit.g?blogID=14989221&postID=112576858400668006&quickEdit=true" title="Edit Post"><span class="quick-edit-icon"> </span></a></span></p>
<!-- START COMMENTS -->
<!-- END COMMENTS -->
<br><br><br>
<h2 class="blogdateheader">Friday, September 02, 2005</h2>The part in red are the empty lines you are talking about. Take them out or make less of them or put something else there if you prefer. This will probably need to be done in the configuration or in a template file. Read the documentation for the blog for details on that.
Haisook
09-03-2005, 10:20 PM
A big "Thank you" !
Could you please tell me how to modify the space between the date and the yellow rectangle ?
thanks again..
jscheuer1
09-04-2005, 09:59 PM
In the style section add a negative bottom margin for this:
.blogdateheader {
text-align: center;
font-size: 8pt;
color: #404C53;
letter-spacing: 6px;
margin-bottom: -10px;
}That will make the sapce less, adjust as desired. However, I'd just like to say that the spacing looks good to me as is.
Haisook
09-05-2005, 01:51 PM
Thanks again!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.