Hey there,
Link to website: http://geerlofs.schrbr.de
Problem: I need the Logo on the right side. So far so good. Achieved this one by customizing style.css.
Next wish would be to move the navigation below the logo to where the “Title”-Container is. So that, the navigation would replace the title.
Is there anyway you could provide the code I would have to change. Already looked up the header.php but didn’t want to mess around in different header-layouts.
Thanks already and keep up the great work!
Regards,
Chris
Hi made-in-germany!
This is how the header type you are using should look by default http://i.imgur.com/0OmWVtp.jpg
I would suggest you to un-do the changes you have done on header.php file. Then simply add following code to Quick CSS to move the logo to the right
div .logo { float: right; }
Regards,
Yigit