Viewing 2 replies - 1 through 2 (of 2 total)
  • Fix for button overlapping:
    This button’s overlapping issue is due to the theme css. We can fix this by adding custom css:

    #directory-search {
        height: auto !important;
        width: 95% !important;
    }

    Removing Category Link:
    Search and remove this li code inside \ldd-directory-lite\templates\header.php:

    <li class="dropdown ldd-categories-dropdown"> ... </li>

    Centering the header menu:

    @media (min-width:800px) {
    ul.nav.navbar-nav {
        float: none !important;
        margin: 0 auto;
        width: 70%;
    }
    }
    Plugin Author LDD Web Design

    (@lddwebdesign)

    Thanks for trying out our plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search Bar Adjustment & Category button option removal’ is closed to new replies.