So no matter how small my logo is, the panel/header menus fall below the logo which is causing a bunch of blank space... What CSS change do i need to make to get it to line up with the logo? Thanks
Hi Zach, Not a css issue. I ended up altering the config.php within conf like: $Configuration['Garden']['Title'] = "<img src='themes/pg/images/ladybug.png'><img src='themes/pg/images/wpgwords1.png' height='40'>Community"; Caution: Any text will be inline with the bottom of the highest image. Hope this helps.
Answers
Not a css issue. I ended up altering the config.php within conf like:
$Configuration['Garden']['Title'] = "<img src='themes/pg/images/ladybug.png'><img src='themes/pg/images/wpgwords1.png' height='40'>Community";
Caution: Any text will be inline with the bottom of the highest image. Hope this helps.