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

Results

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28289
    m80hyd21m80hyd21
    Participant

    Hi 2 questions please.

    When searching I cant workout why the circled show (attachment), link to page below

    https://www.thehive-network.com/portfolio-search/

    Also is it possible to show the results without having to scroll across.

    #28297
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Those items are portfolio categories, as far as I see from the results list. If you don’t need those, then make sure there is nothing selected here: https://i.imgur.com/T0lFL3b.png

    There is no option to ignore the scrolling, but you can try this custom CSS:

    .resdrg {
        width: auto !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.