Search Layout issues

This topic contains 8 replies, has 3 voices, and was last updated by  Paolo 8 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #47223

    luxasd
    Free User
    Post count: 24

    Hi,

    I’m using GeoDirectory and got some issues.
    My theme is Zerif lite and I’m using the latest WP version.

    1.I’d like to to center the search fields with the buttons(I’m using the GD Homepage as search site) and I can’t figure out how to do that.

    2. There are some graphical errors(white lines) when I press on “Customize my search”. (See picture I posted)
    Is there any way to solve this?

    Thanks in advance.

    #47234

    Guust
    Moderator
    Post count: 29970

    Can you post your URL so we can have a look for you (you can do that in a private reply if you like)

    #47243

    luxasd
    Free User
    Post count: 24
    This reply has been marked as private.
    #47245

    luxasd
    Free User
    Post count: 24
    This reply has been marked as private.
    #47271

    luxasd
    Free User
    Post count: 24

    Figured the search fields out myself,

    worked with:
    margin-left:auto;
    margin-left:auto;
    width:100%

    The other two issues remain though.

    #47291

    Paolo
    Site Admin
    Post count: 31206

    To center the search fields:

    
    
    .geodir-search {
        float: none;
        margin: 0 auto;
        width: 50%;
    }

    Remove the white line in customize my search:

    
    
    .geodir-filter-cat li::before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

    Signup page problem:

    
    
    .page-geodir-signup #geodir-wrapper {
        padding: 130px 0 100px;
    }

    Please add everything in GeoDirectory >> Design >> Scripts >> Custom css

    Let us know,

    Thanks

    #47292

    luxasd
    Free User
    Post count: 24

    #47293

    luxasd
    Free User
    Post count: 24

    It works perfectly, thank you!

    #47317

    Paolo
    Site Admin
    Post count: 31206

    you are welcome 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket