• Resolved pescadito01

    (@pescadito01)


    Hello Don,
    Your plugin is awesome and it was very usefull, thanks for your sharing!!!
    Also, could you kindly share with us, one of two:
    or a horizontal option for the filter render
    or some tips that allow me to improve the current css files to allow horizontal render filters.

    Regards, Pescadito

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author don benjamin

    (@dondon-benjamincouk)

    Hi @pescadito01,

    The CSS included with the plugin is currently as simple as possible as I don’t want to interfere too much with peoples themes. That said the idea of selectable layouts and css is not a bad one and I may consider it for future versions of the plugin.

    For now I can’t give you a full tutorial on using css and it’s hard to guess what will work correctly with your theme but this might get you started:

    
    .wpcfs-input-wrapper {
        float: left;
        width: 100px;
    }
    .wpcfs-input-submit {
        float: none;
    }
    

    If you want to learn more about css there’s a good tutorial here https://www.w3schools.com/css/

    Thread Starter pescadito01

    (@pescadito01)

    Thank you Don,

    Just that is enought, very kindly for your reply.

    Thank you Pescadito.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Horizontal Look Filter’ is closed to new replies.