• Resolved ssmarni

    (@ssmarni)


    When I go to the header setting and choose “no”, the page links wrap and there is too much space.

    Setting: Appearance >Header>Display text

    Here’s the site:

    https://dirtbagchallenge.com/dbcwordpress/

    When the display text is set to “yes” the search box is removed and the text does not wrap and there is no extra space, the links are listed al the way across the header in a row without wrapping.

    I was using a child theme and removed the search box all together, but then noticed the space. I reverted to the original theme to see if the child theme was the problem, but the original theme does this too.

    After “The Rulz”, Video is on the next line instead of after “The Rulz”. If I switch it back to the display text option as “yes” it does not do this. Also, the search box gets removed.

    I would like to have the display text set to no, and no search box, with links to pages that don’t wrap and have extra space.

Viewing 2 replies - 1 through 2 (of 2 total)
  • caused by this style:

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

    to correct it, add soemthing like this to style.css of your child theme:

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

    Thread Starter ssmarni

    (@ssmarni)

    works perfect! thank you!

    my plan is to learn some css and php to get a clue about this stuff. but in the mean time i very much appreciate your advice!

    thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[twentyeleven] header space when display text is set to "no"’ is closed to new replies.