groochy
Member
Posted 11 months ago #
hello,
Im busy with this site architect-holsbeek and i need to put his logo on the end of the white line above the navigation.
Is there an "css for noobs" plugin to do this or are there any other methods?
thx for the info.
the logo is a PNG image 300 x 120 (approx)
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?
groochy
Member
Posted 11 months ago #
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.
groochy
Member
Posted 11 months ago #
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.
groochy
Member
Posted 11 months ago #
@esmi thx for the info, i will keep that in mind with my next project.