Plugin Author
remix4
(@remix4)
Thread Starter
Adam
(@panhead)
I could probably figure out how to make it responsive from now being able to style it. Thanks, remix4!
Hi
Sorry im just a newbie, i just wanted to know how can i show the search form on the same line as the mega menu
<?php /* Widgetized sidebar */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘my_mega_menu’) ) : ?><?php endif; ?>
if i insert <?php get_search_form( $echo ); ?> before that i get it on top and so if i put it in the bottom,
im trying to combine both of these codes so the menu will be inline with search
my codes is something like this but it doesnt work
<?php /* Widgetized sidebar */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘my_mega_menu’) ) , get_search_form( $echo );) : ?><?php endif; ?>
for eg
HOME | ABOUT | SERVICES| CONTACT [SEARCHBOX}
cheers
I got the same problem. Does somebody know how to fix this?
Thanks
Hi,
Here’s what we suggest with Responsive Theme.
Thanks,
Emil
Ok, thank you, that worked for me. But in my theme I had to change the margin tag from 7px to 41px, because the search form was still not at the right place of the menu. Here is the complete style.css code from me if somebody have the same problem:
#searchform{
margin:41px;
}
#searchform-item input[type="text"] {
width: auto;
}
Did it work, if not what’s the site please?
Thanks,
Emil
Yes it worked with the changes I described the post before π
Thanks
Oh ok, thanks for the tip, I really appreciate that π
Thanks for using Responsive!
Emil