"featured images" disappeared from the blog page
-
hello everybuddy,
I’ve got the following problem…I messed around with the image parameters of the style.css rand seem to have messed something up. Because now the featured images have disappeared entirely from the blog articles preview page and in the actual blog posts, they have moved from the right side of the introductory text to above the text.
Blog page:
https://www.datenschutz-online.com/datenschutzblog29Style.css Info:
*/
#home-readmore a{
text-decoration: none;
display: inline-block;
background:#801229;
border-radius: 10px;
color: #ffffff;
padding: 10px 20px;fpc-widget-front .thumb-wrapper img {
width: 270px;}
.hs-featured-image-wrapper{
width: 100%;
float: right;
height: 0;
}
.hs-featured-image-wrapper img {
max-width: 100%;
border: 0px none;
vertical-align: bottom;
height: 0;
}
.post-half-content {
width: 50%;
float: left;
}
article.postArticle:after{
clear: both;
display: block;
content: “”;
}
article.postArticle{
margin-bottom: 30px;
}
.page-featured-image-wrapper img{
max-height: 0;}
.footerMenu{
list-style: none;
text-align: right;
margin: 0;
padding: 0;}
.footerMenu:after{
display: block;
content: “”;
clear: both;
}
.footerMenu li{
position: relative;
display: inline-block;}
.footerMenu li:after{
content: “|”;
display: inline-block;
position: absolute;
bottom: 0;
right: 0;}
.footerMenu li:last-child:after{
content: “”;
display: inline-block;
position: absolute;
bottom: 0;
right: 0;}
.footerMenu li a{
padding:0 10px ;
display: block;
}Who would be so nice and help me out?
kind regards and many thanks in advance!
- The topic ‘"featured images" disappeared from the blog page’ is closed to new replies.