something to read: http://wordpressfoundation.org/trademark-policy/
put his logo on the end of the white line above the navigation.
does this mean you want to shorten the while line?
no it has to be on the line
something like this
thx !
as the line is a css border, i.e. on the edge of a html element, you won’t be able to work with a pure css solution;
you possibly could add a new div with the logo either as image or background, and position it absolute.
http://www.w3schools.com/Css/css_positioning.asp
imho, fundamental html/css and not a WordPress problem.
i inserted a new div for testing but my whole navigation bar dropped down…
i also tried to make a header but it creates a space between the navigation bar and the header.
thx
Do not edit the Twenty Eleven theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First create a child theme for your changes.
@esmi thx for the info, i will keep that in mind with my next project.