• Resolved williamkeck

    (@williamkeck)


    On my new site (www.parispoc.com), the navigation bar wraps to a second line instead of continuing to the end of the bar. I have finally removed the search bar but this did not solve the problem.

    Any ideas would be greatly appreciated – I cannot let myself move on until this is troubleshooted 🙂

    Cheers,

    William

Viewing 6 replies - 1 through 6 (of 6 total)
  • Currently you have padding on the right side of your menu that wraps it to the second line, change this in your css:

    #branding .only-search + #access div {
        padding-right: 205px;
    }

    to this:

    #branding .only-search + #access div {
        padding-right: 0px;
    }

    Thread Starter williamkeck

    (@williamkeck)

    Brad, thanks a lot for your help, it is much appreciated. I changed this before and went to the page and it didn’t work. I think that I did not wait long enough for the changes to be pushed. As I am new, I changed it back immediately as to not forget.

    Sometimes your browser refresh does not pull the updated version, it shows the browser cache. So have you got it working now?

    Thread Starter williamkeck

    (@williamkeck)

    Brad, I finally got it working. it allowed me to move on to new things. I know it is not advised to use this template (I made a copy not to lose changes) but I find it a decent basic template good for learning.

    I really appreciate your help, thanks so much. I am sure I will have more requests going forward. For example, you can only post on the home page but I cannot find how to edit the home page like another page. it does not even appear in my list of pages…weird.

    Cheers,

    william

    Welcome! =)
    Do you mean edit the home page file code? Do you have an index.php file?

    Thread Starter williamkeck

    (@williamkeck)

    I fixed that. There are so many helpful posts on here. 🙂

    However, if you do feel in the helping mood – this is my most recent stress maker: http://wordpress.org/support/topic/dropdown-menu-too-long-in-twentyeleven?replies=1

    Cheers Brad,

    William

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Stop wrapping of header….(twentyeleven)’ is closed to new replies.