• I’m running WP 3.2.1. with Twenty Eleven 1.2 Theme. In the Header file I removed <?php get_search_form(); ?> which there was two cause of a iff routine. I want to use the space the search box was in for my pages so they don’t have to scroll to the second line. Any ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Do not edit the Twenty Eleven theme. It is the default WordPress 3.2 theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. Create a child theme for your changes. Once your child theme is active, we should be able to help with the customisation.

    Thread Starter Ironic_8b49

    (@ironic_8b49)

    ok I got the child theme set up just not sure what to do next? if I go into Themmes I can activate it, but will that change the look of my site?

    No.

    Thread Starter Ironic_8b49

    (@ironic_8b49)

    it did change things will need to change all the option settings the same as the main theme

    Thread Starter Ironic_8b49

    (@ironic_8b49)

    OK I fixed the changes with the Theme and I added this to my child CSS:

    /* Search Form */
    #branding #searchform {
    display: none;
    }

    it worked great. Now I removed the search box in my header, I want to make the useable space, useable for more page links?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘After removing Search box the page titles don't use that space’ is closed to new replies.