• Resolved anotherbreed

    (@anotherbreed)


    Hi there,

    I’m using the filter inside a Widget, and I’m trying to customize the appearance of the list of tags overriding some CSS properties in my child theme. The problem is that the Filter and Reset buttons have “float:left;” and “float:right;” inline properties and I’m unable to override such CSS properties without having to manually edit the Plug-in files, that is not good practice, especially when updates come out.

    Can you please fix this in the next update? Many thanks

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

    No. This plugin style, it should be

    Please drop me exact link to the issue and describe what you want

    Thread Starter anotherbreed

    (@anotherbreed)

    The issue is that if you use inline CSS it will be impossible to override the Float properties, even using !important.

    What I was trying to do is to have the buttons (Filter and Reset) close together and aligned to the left. I can do that editing the files, but it’s not the ideal solution. Best would be to add it to my CSS in the child theme.

    Hello

    if you use inline CSS it will be impossible to override – it’s possible

    Please drop me link I will try it

    Example it works fine:

    .button.woof_reset_search_form{
    float: none !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Inline CSS’ is closed to new replies.