Hi,
I would like to change the width to 100% in my blog. In the screenshot you can see the class that need to be changed but how can I insert the correct source in my child theme?
I typed in my child theme / style.css the following:
.post-497 div.entry-content {
width: 100%;
}
but it just does not react on the change.. Do I have to do something ele? update something within the Wordpress backend? delete cache in the browser etc.?