PenciDesign replied
Staff Reply
Hi,
1/ You can add more this code to Customize > Custom CSS to show it:
@media only screen and (max-width: 479px){
.penci-recipe-thumb {
display: block;
width: 70px;
}
}
2/ Please use:
body.single .post-entry h2{
padding: 0.01em 0.5em 0.01em 0.5em;
color: #494949;
background: #fffaf4;
border-left: solid 5px #ffaf58;
}Best Regards,
PenciDesign