put logo left on navigation bar
-
Hi, I am trying to get a site together for a young NGO, and try to get the logo inside the nav bar, to the left. I use the feature image as background in the header and managed to get the navigation above and to the right, and even made it stick – but I can’t get the logo inside. It’s the free version – for two other NGO’s I could use the premium version, but here we can’t use that yet here.
I tried with
add_action(‘generate_inside_navigation’,’generate_navbar_logo’);
function generate_navbar_logo() {
?<
<div class=navigation-logo></div>
>?php
}and
.main-navigation .site-logo {
float: left;
}getting the code from here https://www.ads-software.com/support/topic/css-for-menu-logo/
But above php blows my site…
I am not experienced at all: Is it allowed to get help here, or is this only possible with the premium version (or for clever developers)?
Thanks to anyone answering in advance!
The page I need help with: [log in to see the link]
- The topic ‘put logo left on navigation bar’ is closed to new replies.