federo86
Forum Replies Created
-
Hi, this is not how they should look! I want them inside the margin of the website not outside. They should be under the logo.
Now I have also changed all the position and they still look very weird on her desktop and fine on mine.
Forum: Fixing WordPress
In reply to: Secondary MenuLike this, but I don’t want the slider so smaller
Forum: Fixing WordPress
In reply to: Secondary MenuNo it not displaying correctrly.
Take a look: http://www.testistecsj.com/
Forum: Fixing WordPress
In reply to: Secondary Menu<nav id=”site-navigation” class=”main-navigation inner-wrap clearfix” role=”navigation”>
<h3 class=”menu-toggle”><?php _e( ‘Menu’, ‘accelerate’ ); ?></h3>
<?php
if ( has_nav_menu( ‘secondary menu’ ) ) {
wp_nav_menu( array( ‘theme_location’ => ‘secondary-menu’ ) );}
else {
wp_page_menu();
}
?>
</nav>
</div><!– #header-text-nav-container –>In this way I have inserted the secondary menu but it doesn’t look right on the website as the container is bigger than the slider that is below.
Forum: Fixing WordPress
In reply to: How to narrow the header?I would like to reduce the height
Forum: Fixing WordPress
In reply to: How to narrow the header?Forum: Fixing WordPress
In reply to: How to narrow the header?Forum: Fixing WordPress
In reply to: How to narrow the header?I mean I want the grey area at the top thinner..