• Resolved aflynn

    (@aflynn)


    I just took over managing a school’s website and am trying to do some clean-up. One thing I can’t seem to fix is correcting the code so that the Title of the Top Post on the Home Page does not overlap with the Menu bar. I tried altering the heading size and played around with the padding a bit. I think I’m not focusing on the right area in the stylesheet.

    Can someone please help me?

    Here is the site URL: http://sjsamherst.org/
    The theme being used is: zeeBusiness

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like the negative top margin here is to blame:

    #content {
        float: right;
        margin-top: -13px;
        padding: 10px;
        width: 665px;
    }

    Thread Starter aflynn

    (@aflynn)

    Thank you so much, that fixed it!! I really appreciate your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top Post Title Getting Cut Off by Menu’ is closed to new replies.