View Full Version : Arrow Bullet List Menu -- 1 little question...
Jinglebelle
03-28-2008, 04:39 PM
1) Script Title: Arrow Bullet List Menu
2) Script URL (on DD): http://www.dynamicdrive.com/style/csslibrary/item/arrow_bullet_list_menu/
3) Describe problem: I am wondering if there is a way to get rid of the empty space between the last link in the <ul> and the next header bar?
Thanks :D
ddadmin
03-28-2008, 05:04 PM
Try tweaking the below two lines in the CSS:
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
"
"
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
For example, replace the first one with:
margin: 0;
Jinglebelle
03-28-2008, 05:32 PM
Thank you...
I tried that but, there is still empty space. :(
ddadmin
03-28-2008, 05:52 PM
Did you try replacing lines with:
margin: 0;
Jinglebelle
03-28-2008, 05:55 PM
Yes, I tried margin: 0; instead of margin-bottom: 0; The space is still there.
Jinglebelle
03-28-2008, 06:05 PM
Yes, I tried margin: 0; instead of margin-bottom: 0; The space is still there.
You can see what I mean here: http://www.jinglebelljunction.com/
The little bit of white space is what's bugging me. Maybe I shouldn't worry with it.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.