Change element style in custom css WP

I have a WP where i want to change an element style.

This is what i have in console when i inspect with firebug:

Read More
<div class="et_pb_container clearfix" style="min-height: 400px;">

And then on the right in Styles i have

element.style {
min-height: 400px;
}

How can i change the element.style in the custom CSS editor?

I want min-height to be 550px;

When i try with

et_pb_container.clearfix{
min-height: 550px;
}

Nothing happens…..

Please advice.

Related posts

Leave a Reply

2 comments