Tagged: blog post, CSS, featured image
HI there! I was wondering if there’s any issue to fixed this, I used regenerate thumbnails but to no avail.
(www.pitstoptyres.com.sg/good-friday-tsw-clearance-stock-specials/)
Current css settings:
.fullsize .big-preview.single-big {
width: 395px !important;
height: auto !important;
right: -35% !important;
}
Cheers!
Hi,
Open /includes/loop-index.php and look for line 32:
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], $size);
Replace it by this:
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], "full");
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.big-preview.single-big {
background: transparent !important;
}
Cheers!
Josue
That definitely solved my problem! Thank you! :)
You are welcome, glad we could help :)
Regards,
Josue