Please Link of your site.
The Style may came from scripts and have to manage it form java scripts.
And the size of the thumbnails?
That should be possible with a little css right?
I want them to be a few pixels wider so that the white space is gone!
Thank you in advance.
Keep in mind that white space will only appear at larger browser window sizes, so what’s “enough” white space varies depending on a visitor’s screen width – there’s no “one size fits all” that’ll eliminate the white space to the right of the last post.
The featured thumbnail sizes on the homepage are generated through a function, not just CSS, so their size would need to be modified through a child theme entailing some functions changes in addition to CSS. A child theme is needed so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
http://codex.ww.wp.xz.cn/Child_Themes
http://op111.net/53/
Hello Rijkenvino
I see you got to manage to change the hovercolour for the tiles on the first page.
Could you tell me what part of the css is responsible for that?
Thank you
Nevermind, I found it.
For all those who want to change the hover (mouseover) thumbnails of posts here is the part you should insert in your child style.css
.hentry.has-post-thumbnail .entry-link {
background: #3a1bf1 !important;
}