This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

2 column search results

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #24058
    applemoozapplemooz
    Participant

    Hi

    Is it possible to get the search results output in 2 or 3 columns instead of just 1?

    https://mg.applemooz.nl

    #24064
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    While there is no option for that, you can try this custom CSS:

    .resdrg .item {
        width: 50% !important;
        float: left !important;
        box-sizing: border-box !important;
    }

    It may not work correctly in all cases though.

    #24067
    applemoozapplemooz
    Participant

    thanks!

    and how can I stretch the search result window to full screen (or bottom page)?

    #24069
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    You can change the results width to 100% here: https://i.imgur.com/lsNFxF5.png
    Or use a custom CSS if you prefer that:

    .asp_r {
        min-width: 100%;
    }
    #24072
    applemoozapplemooz
    Participant

    yes, I know. But is there also option to do the vertical height to 100% ?

    #24073
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Unfortunately no, that is not possible.

    #24079
    applemoozapplemooz
    Participant

    ok, thanks.

    • This reply was modified 6 years, 8 months ago by applemoozapplemooz.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘2 column search results’ is closed to new replies.