Have succeed to do this by modifying the main CSS from the theme, but still can figure out how to have this done within the child theme as “.content-area” modified like this only in child theme does not have any results, somehow is needed to get the heritage from the “Layout” and can’t seem to figure out how
If anyone could help would be great.
Bellow is the modification within the style.css from the main theme
/* =Layout
———————————————– */
…….
.error404 .content-area {
clear: both;
/* margin: 0 auto; */
/*width: 800px;*/
width: 92%;
}