Results

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 3 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28289
    m80hyd21
    m80hyd21
    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.

    Attachments:
    You must be logged in to view attached files.
    #28297
    Ernest Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.