Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    You should be able to adjust the width of the category label with this code.

    #wpsl-category label {
       width: 110px !important;
    }

    I don’t a wide screen myself, so I can really test it. But maybe this code will work to get it on one line.

    #wpsl-category {
       float: none !important;
       display: inline-table !important;
    }
    Thread Starter lgmtl

    (@lgmtl)

    That worked great thanks!

    Hi Tijmen,
    i have the same issue fields are display in new line.

    Where do i place the code, an do i have to delete
    something else ?

    Just adding code to wpsl css doesnt work for me.

    By the way, you made a great plugin!

    Plugin Author Tijmen Smit

    (@tijmensmit)

    The code should go in the styles.css in your theme folder ( or whatever the name is of the CSS file that your theme loads ).

    That doesnt work for Enfold Theme

    https://prntscr.com/am82i0

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to modify Search wrapper to appear on one line’ is closed to new replies.