• Resolved Ironic_8b49

    (@ironic_8b49)


    My Theme is Twenty Eleven 1.2, I added a child and I removed the search box in my header; I want to make the useable space, useable for more page links?

Viewing 2 replies - 1 through 2 (of 2 total)
  • find and edit this style:

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

    or add this to style.css of your child theme:

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

    (adjust the padding to fit your needs)

    Thread Starter Ironic_8b49

    (@ironic_8b49)

    Thanks Worked great

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search box space make useable for page links’ is closed to new replies.