PenciDesign replied
Hi,
Please try replace the code I sent to this code:
@media only screen and (max-width: 767px) {
.standard-post-special_wrapper {
position: absolute;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 10;
padding: 0 5px !important;
margin-bottom: 15px;
background: transparent;
}
.penci-body-single-style-8 .penci-move-title-above:after,
.penci-body-single-style-5 .penci-move-title-above:after,
.penci-body-single-style-6 .penci-move-title-above:after,
.penci-body-single-style-7 .penci-move-title-above:after{
content: "" !important;
display: block;
}
.container-single .penci-standard-cat .cat > a.penci-cat-name,
.container-single .post-box-meta-single span,
.container-single .header-standard .post-title{ color: #fff; }
}
Best Regards,
PenciDesign