Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #430928

    I try to add an big search box to my site, http://dev.leomusic.nl/leomusic/

    I added page template and copied the content of page.php to it.
    In this template I added an new div and the code ( <div class=”ab_search”><?php get_search_form(); ?></div> )
    just below <div class=’container_wrap container_wrap_first main_color <?php avia_layout_class( ‘main’ ); ?>

    I used this css code to place in the right postion;
    #top .ab_search #searchform {
    margin-top: -60px;
    padding-left: 456px;
    padding-top: 11px;
    }
    #top .ab_search form {
    margin-bottom: 9px;
    }

    #top #searchform > div {
    max-width: 622px;
    position: relative;
    }

    Everything looks fine but I’m not able to fill out the seach box.
    It looks like the gray bar is blocking the seach bar.

    Any Idea?

    • This topic was modified 9 years, 7 months ago by LeoMusic.
    #430938

    Hey Albert!

    Please add following code to Quick CSS as well

    .title_container .main-title {
      width: 28%;
    }

    Best regards,
    Yigit

    #430940

    Hey Yigit

    Problem solved!
    Thanks

    #430943

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Have a great weekend!

    Regards,
    Yigit

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