Featured images + Header ad issues

Posted in: Newspaper
Post count: 2

Hi,

website is http://www.autribune.com

1.
The featured images are cropped in a weird way and I cannot seem to figure it out. I want the featured images on the homepage to be scaled down to fit the space rather than be cropped at all.

2.
The header ad is cut off by the theme. I have tried all different options for sizes but its always cut off. Currently its on auto size from both the adsense code and the theme settings but is still cut off.

Post count: 7909

Hi,

1. The images are cropped for different sizes to be used on modules and you have this issue because of image aspect ratio. You can change the height size so the aspect ratio of the image to be closer to the aspect ratio of the picture – http://screencast.com/t/Uor66sP8FL0 but unfortunately there isn’t an ideal image size so it can look good on all thumbs, also depends which blocks/modules that you use for aspect ratio and you have to do some tests and see what aspect ratio to use.
You can find out more about cropping here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/https://codex.wordpress.org/Function_Reference/add_image_size

2. Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/pxATV4cS

.td-g-rec-id-header .adsbygoogle {
top: 5px;
}
.td-logo-rec-wrap {
min-height: 100px;
}

Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.