Extra space under logo when signed out

Bpoetic at 14h23
24
Aug
2011
http://www.bpoetry.net/

When I'm not logged in, I have a problem with too much blank space between logo bottom and the top of the first category.

This is the way it looks when I'm logged in:


Now logged out:


I have a Hide date/time code located in my Announcements:
Code:
<script type="text/javascript">
jQuery(function() {
jQuery('#main-content>p:contains("Current date/time")').remove();
});
</script>


I don't know if this is affecting the extra space. Any ideas appreciated.

Bpoetic
1 Nera., on 24/08/2011 at 23h01
Hi Bev,

Try to delete the script from there and paste it like this

Code:
jQuery(function() {
jQuery('#main-content>p:contains("Current date/time")').remove();
});


In AP > Modules > JS Managment and than check is it O.K.
2 Bpoetic, on 25/08/2011 at 02h06
You are wonderful!!!! It most definitely looks much better:


Thank you so much, Nera!

BEV
3 Sanket, on 25/08/2011 at 06h08
Since this thread is marked solved, I will lock this thread.


Sanket Smile

Similar topics
We can get more memory for pictures but why cant we do the same with the smilies????? Do you think we should have more memory for smilies?
'Why can't I add any images to my personal gallery?' This is one of the most frequently fielded questions I get on my forum. 'Where have my photos gone' This is the next most frequently fielded question. People love to upload their photos t
I want to remove space between main logo and navbar because this make my forum look better. So please help me. My forum link: Code:http://love137.the-up.com/forum
See also
more_less
Informations

3 Replies For the topic :
"Extra space under logo when signed out"

This topic has been viewed 564 times.

Last message :
24/08/2011 at 14h23 by "Bpoetic"