Hi
ich bräuchte bitte Hilfe von einem CSS Profi.
Ich würde gerne das Suchformular in die Navigationsleiste anstatt in der Sidebar haben.
Ich schaffe es auch, das Formular anzuzeigen, jedoch passt die Position nicht(siehe Screenshot) Ich hätte es lieber ganz rechts.
Kann mir jemanden helfen?
PHP
<div id="access" role="navigation">
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e(
'Skip to content', 'twentyten' ); ?></a></div>
<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary
position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
<?php get_search_form(); ?>
</div><!-- #access -->
Alles anzeigen
Danke