kelbycarr 0 Report post Posted March 26, 2011 Thanks Kate... I actually had it working until I updated to the new PlatformPro and the new WP. Now it is falling below the logo. (See http://typeaparent.com )... How can I align that snippet of code so that it goes to the right of the logo instead? Share this post Link to post Share on other sites
catrina 103 Report post Posted March 26, 2011 Perhaps it's the width that's making it fall. Have you tried decreasing the width? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
kelbycarr 0 Report post Posted March 27, 2011 OK weird I meant to reply to last post and it showed as a reply to me... trying again. Share this post Link to post Share on other sites
kelbycarr 0 Report post Posted March 27, 2011 Catrina, I don't have width assigned to it. Before, I think I had it just pasted in there and it aligned to the right of the logo. I have this at the top of template.branding.php <div class="branding_wrap"> <?php pagelines_main_logo(); ?> <?php locate_template( array( 'activity/post-form.php'), true ) ?> <?php pagelines_register_hook( 'pagelines_before_branding_icons', 'branding' ); // Hook ?> Share this post Link to post Share on other sites
catrina 103 Report post Posted March 27, 2011 Add this to the base.css file... #whats-new-form {width: 600px; margin-top: -95px; margin-left: 320px;} It will align the box correctly again. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites