• Resolved eloquy

    (@eloquy)


    Hi,

    I know this a trivial point, but on my site, I’ve noticed that the “sort” dialog seems to be misaligned, i.e. the Ascending / Descending checkboxes are above the Field Dropdown and Sort Button. I notice that the same thing happens on your demo page.

    Is there anything that I can do to resolve this?

    Many Thanks,
    Jonathan Gilbert

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Roland Barker

    (@xnau)

    Thanks for pointing this out…the problem crept in when I made the radio buttons more accessible to screen readers, I didn’t notice the effect on the alignment of the sort control. You can iron that out with some CSS like this. Of course, you may need something more to get it exactly right due to differences in the theme CSS.

    .pdb-searchform .radio-group {
        vertical-align: middle;
    }
    .pdb-searchform .radio-group fieldset {
        margin: 0
    }
    Thread Starter eloquy

    (@eloquy)

    Thanks. Works a treat.

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

The topic ‘sort dialog misaligned’ is closed to new replies.