Hello again- a programmer wrote some custom css code to reduce the size of verticals of featured image full size. We put it in the Divi style sheets but it was overridden by a theme update. Then I activated add css plug in from wordpress and that worked fine. now it doesn’t. I rewrote it in the plug in hit save and nothing. I also saw in theme optimizer a box at the bottom for adding css. I pasted in there hit update got the green checkmark but no changes to the site. This is the same code that was successful before. any ideas? Thanks, Kraig
Hi Kraig
Could you please post the code so that I can check.
/* Custom styling for full page image
article.project img {
height: 600px;
width: auto;
}
*/
article.project {
text-align: center;
}
Can you please send your site url as well
http://kraigkiedrowski.com/
Hello Kraig,
Please use the following code instead
article.project img {
height: 600px;
width: auto;
}
article.project {
text-align: center;
}
I also recommend you to use child theme of Divi.
so it is the same code without */Custom styling for full page image and without */ before article.project { correct?
yes
Thank you for your help! would the free blank Divi child theme be sufficient?
Yes