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

    (@xnau)

    This is done in CSS. You can take two approaches, either make the elements inline (as “inline-blocks”) or float them. Either way, this will cause them to sit side-by side instead of on top of each other.

    Thread Starter Medarb

    (@medarb)

    Thanks Roland, I knew it was happening in your CSS.

    Can you give me the line nos for the code elements as I find it hard to spot, where it is.

    I have tried Firebug but cannot work it out.

    Thanks

    Plugin Author xnau webdesign

    (@xnau)

    You should use a selector like:

    .sort_filter_form select, .sort_filter_form input

    Very likely this won’t work as is because your theme is affecting the controls, so you need to override that.

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

The topic ‘Styling the Sort bar’ is closed to new replies.