• This is related to the theme i am using as it looks fine on another theme

    The fields are all displayed for a single record across a single line instead of down the page line by line as in your demo page for the plugin.

    WHat do I need to modify on this theme to make it show correctly ?

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

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

    (@xnau)

    This needs to be handled with a CSS rule.. I can’t say exactly what, but if you want elements to stack on top of each other, rather than be side-by-side, you need to change the display mode of those elements to “block”

    something like this might work:

    .pdb-single dl {
    display: block;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Text Layout Horizontal instead of Vertical’ is closed to new replies.