Forums

Need help to fix Twenty Ten coding (2 posts)

  1. learntoaviate
    Member
    Posted 1 year ago #

    Hello.

    My site http://learntoa.com is basically a Twenty Ten, but the navigation bar is messed up. How do I fix it so that the text centres on the bar, and the dropdown menues so that they extend right beneath it?

    Originally I wanted to make the navigation bar "wrap" around the main template, making a 3D illusion. Kind of like this: http://blogs.sitepoint.com/2010/10/31/simple-3d-effect-wrap-around-navigation-menu-in-photoshop/
    Can I do this with just programming?

  2. govpatel
    Member
    Posted 1 year ago #

    I was looking at your style.css and looks like you altered this code that caused the problem around line around line 392

    #access a {
    color:#AAAAAA;
    display:block;
    line-height:0; change 0 to 38px
    padding:0 10px;
    text-decoration:none;

    there should not be any space between menu bar and dropdown.

Topic Closed

This topic has been closed to new replies.

About this Topic