• Resolved rjejwr

    (@oguzhanert)


    Hi,

    I want to override below css;

    
    .inc_optin_1 .wpoi-hustle .wpoi-content {
        width: 100% !important;
        display: block !important;
        padding: 5px !important;
    }
    

    Especially the padding: 5px because I don’t like how it looks, but I wasn’t able to find a custom css that would override it. Can you help me please?

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kasia – WPMU DEV Support

    (@wpmudev-support2)

    Hello @oguzhanert,

    You can try using stronger selectors, if that is for opt-in in widget it can be this code:

    .widget_inc_opt_widget .inc_optin_1 .wpoi-hustle .wpoi-content {
        width: 100% !important;
        display: block !important;
        padding: 5px !important;
    }

    and change values there to one that fit your needs better.

    Let me know how it goes.

    kind regards,
    Kasia

    Thread Starter rjejwr

    (@oguzhanert)

    That worked out just fine.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to override !important padding’ is closed to new replies.