• Resolved paadmin

    (@paadmin)


    Hi there,

    On our webpage, currently using the multisearch-responsive template. With Vantage theme. Using the Custom CSS section of the plugin, we have adjusted the page to display as columns. Right now, the section ID with records sometimes gets cut-off when the section spills over to a second column. Is there a way to group each section ID as a block item such that all the records related to the section ID stay together?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xnau webdesign

    (@xnau)

    In the responsive list template, each record is contained within a <section> tag. I suggest you try setting the “overflow” property of these section tags to “auto” which should cause the tag to expand to contain all the content.

    I can’t guarantee that will work, it really depends on what else is going on.

    Thread Starter paadmin

    (@paadmin)

    Hi,

    Okay, I can check and try this out.

    Is it also possible to set within the pdb-list.list-container, formatting of the section tags’ display property? I initially tried display: inline-block for one section ID and it worked okay. But I would need a way to do this for all section IDs.

    Thanks

    Plugin Author xnau webdesign

    (@xnau)

    You will need to use a CSS selector that selects all your sections. For instance, something like

    .pdb-list section

    would select all the section elements within the list. I suggest a little research into how CSS selectors work, it’s very useful information.

    Thread Starter paadmin

    (@paadmin)

    Hi,

    I didn’t have a chance to update. Before your most recent posting, I actually did just that, made a CSS selector with .pdb-list section and it worked like a charm. I was able to format search results how I wanted it.

    Thank you for your help!

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Responsive template with Columns, records as a block item’ is closed to new replies.