• Resolved loopyl00

    (@loopyl00)


    I’m using a Twenty Eleven child theme

    no idea why, but my nav bar has pushed on of the items to a second line and is now twice the width – there is enough width to have it all on one line …. i guess if the widgets aren’t in the way

    can anyone help please

    thanks

    http://www.websafeforkids.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • the space is the space reserved for the sidebar;

    edit style.css of your child theme, and, for instance, add at the end:

    #branding .only-search + #access div {
    	padding-right: 3%;
    }

    – or find and edit this section:

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

    (@loopyl00)

    perfect

    thank you so much

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Navbar twice the width’ is closed to new replies.