Remove random blank space

Discussion in 'HTML & Website Design' started by Iheartf1, Mar 13, 2013.

  1. #1
    Hello,

    On our homepage of iheartf1.co.uk we have a blank space under the "Read More.." Part and we can work out how to remove it or at least mak it smaller

    Please help
     
    Solved! View solution.
    Iheartf1, Mar 13, 2013 IP
  2. #2
    There's a div.post-footer that creates a gap. Just add to your CSS .post-footer {display:none} and it will be removed, that is if you cannot edit any html.
     
    wiicker95, Mar 13, 2013 IP
  3. Iheartf1

    Iheartf1 Greenhorn

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    Perfect!! Rectified it... Thank you... Was racking my brains!!
     
    Iheartf1, Mar 13, 2013 IP
  4. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #4
    Suggestion for the future -- when you have something like that you can't figure out where it is in the code, use a tool like the firebug plugin for Firefox or the Dragonfly tool built into Opera to identify it.

    Though the bizarro use of frames with HTML 5 -- endless inlined static CSS, and general laundry list of 'how not to build a website' means you've got much deeper rooted problems than one extra gray line.
     
    deathshadow, Mar 13, 2013 IP
  5. Iheartf1

    Iheartf1 Greenhorn

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #5
    I'm confused is the second part of your comment?? Are you stating that my site has more errors with it or is it just a crass comment as it is not how you would build a website.

    Bearing in mind it's not far from a blogger official template I would forward your 'laundry list' to google
     
    Iheartf1, Mar 13, 2013 IP