• Resolved agrodiana

    (@agrodiana)


    Hi, I′m working on this page and I don′t know how to eliminate this empty space. I cannot find the element in the css file. I would need some help.
    Thank you so much

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The empty space between the header and the image is coming because of the margin-top of 50px given to primary.

    In your CSS add the below code to remove the space:

    #primary { margin-top:0px }

    • This reply was modified 6 years, 8 months ago by Meher Bala.
    Thread Starter agrodiana

    (@agrodiana)

    thank you so much. Solved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Eliminate margin between header and content’ is closed to new replies.