How to adjust Advanced Search Column Numbers

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

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

Open Support Ticket
  • Author
    Posts
  • #344789

    E-Tech Computing
    Free User
    Post count: 15

    I have 6 columns of Advanced Search items. It cuts off at 5 columns for my 1366 x 768 monitor screen. I would like it to cut off at 4 columns so it can knock/carry over my 5th item to the next row beside item 6.

    I know it does that automatically will knock off item 5 to second row when the window resizes, but is there a setting somewhere I can adjust this or a CSS code you would suggest I execute?

    Thank you.

    #344944

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.

    Thanks!

    #346375

    E-Tech Computing
    Free User
    Post count: 15
    This reply has been marked as private.
    #346378

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Could you please double check on the URL? it seems invalid as I’m getting “Not Found” error. Probably server restriction?

    Thanks!

    #346382

    E-Tech Computing
    Free User
    Post count: 15
    This reply has been marked as private.
    #346470

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I see 4 and 2 (see image attached).

    We use flex css3 properties to handle the advance search filters which adapts to screen size.

    In order to achieve what you want you’d need to disable our css and add your own.

    To disable the css of the search widget you need to go to:

    Design > Search > Search form settings > Use old non-styled form

    Let us know how it goes,

    Thanks

    #347932

    E-Tech Computing
    Free User
    Post count: 15
    This reply has been marked as private.
    #348040

    Paolo
    Site Admin
    Post count: 31206

    Please try this:

    
    
    
    .geodir-filter-container .geodir-filter-cat 
        min-width: 300px;
    }

    Remember this will arrange it like that on bigger screen only, not in all possible devices.

    Let me know how it goes,

    Thanks

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

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

Open Support Ticket