Support » Theme: MH Magazine lite » Search box float right

  • Resolved jddnd

    (@jddnd)


    Hi! THanks for an awesome theme! Its perfect for what we were searching for.
    I’ve installed the plugin “Search box on Navigation Menu” but I can get it to float on the right side?

    Pleaeeease help 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello jddnd,

    please check if there is an documentation for the plugin available or ask the plugin developer. You might have to add an code snippet somewhere or do some CSS tweaks.

    You can find the markup for the navigation menu in the file “header.php”. You can try to make the class for the plugin float right with CSS:

    .css_class_of_the_plugin { float: right; }

    But when you do this, you might also have to take care of clearing the floats.

    http://www.w3schools.com/css/css_float.asp

    Please understand that we can’t provide support with theme customizations for free.

    Regards
    Michael

    Thread Starter jddnd

    (@jddnd)

    Hi Michael!

    Thanks allot for your reply. All though, i thought that the navigation menu was outside the header? or did i misunderstand something?

    Hi jddnd,

    as I said, you can find the markup of the navigation in the file header.php:

    <nav class="main-nav clearfix">
    	<?php wp_nav_menu(array('theme_location' => 'main_nav')); ?>
    </nav>

    If you have trouble implementing your stuff there, please check if your markup is correct or ask the plugin developer how to implement the plugin properly (there also might be a documentation for the plugin available).

    Regards
    Michael

    Thread Starter jddnd

    (@jddnd)

    Hello Michael,

    Thank you for your help. Unfortunately the developer have not provided any documentation for the plugins. so the solution will have to be to remove the search field from the navigation menu.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search box float right’ is closed to new replies.