[MOTION] Problem with menu. Look at screen :)
-
Hello! My english isn’t good so i will just show u my problem. I use theme: MOTION and i want to do something like that.
(oops, image with polish words by a mistake.
Tytul=title,
costam 1,2 = something 1,2,
teraz jest tak = it looks now like that,
chce tak = i want to do something like that)Got it? I want to move menu title outside of it
I got info about menu only in these files:
1. style.css[CSS moderated as per the Forum Rules. Please just post a link to your site.]
2. functions.php
register_sidebar( array( 'name' => 'Sidebar', 'id' => 'sidebar', 'before_widget' => '<li id="%1$s" class="boxed widget %2$s">', 'after_widget' => '</li><div class="menu_footer"></div>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>' ) );3. sidebar.php
<div id="sidebar2"> <ul> <?php if ( !dynamic_sidebar( 'sidebar2' ) ) : ?> <?php endif; ?> </ul> </div><!-- /sidebar2 -->Please, it’s very improtant for me. Any tips?
The topic ‘[MOTION] Problem with menu. Look at screen :)’ is closed to new replies.