Hi,
Does anyone know how to remove the spacing between the image header and the menu on this website?
http://criticality.org
Cant find the triggers on the CSS.
Please let me know if you can figure it out!
Thanks!
Hi,
Does anyone know how to remove the spacing between the image header and the menu on this website?
http://criticality.org
Cant find the triggers on the CSS.
Please let me know if you can figure it out!
Thanks!
The spacing is caused by the bottom margin of the #description div. Try adding this to the end of style.css:
#description { margin-bottom: 0px; }
Awesome it worked!
Thanks a lot!
I wouldve never figured it out!
You must log in to post.