• ucsdfh

    (@ucsdfh)


    There are extra spaces below the slide show. It is meant for a header and came with the theme but I don’t want it. How can I get rid of this? http://ucsdclubfieldhockey.com/

    Also, I am new to firebug and noticed I can get rid of the space by changing the html. Is there a way to change the theme using html on wordpress? I only know how to access the css.

Viewing 1 replies (of 1 total)
  • vtxyzzy

    (@vtxyzzy)

    Looks like the theme is adding empty h3 and p tags and br tags before the table. Try adding this to the end of style.css:

    div.post > table { margin-top: -62px; }

    That is a band-aid, not a real fix, but if it doesn’t break anything else, it should do the job.

Viewing 1 replies (of 1 total)

The topic ‘extra space’ is closed to new replies.