Forums

[resolved] Removing spacing between header and menu (3 posts)

  1. tokyographer
    Member
    Posted 6 months ago #

    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!

  2. vtxyzzy
    Member
    Posted 6 months ago #

    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; }

  3. tokyographer
    Member
    Posted 6 months ago #

    Awesome it worked!

    Thanks a lot!
    I wouldve never figured it out!

Reply

You must log in to post.

About this Topic