• Hi,

    I have 4 thumbnails and I want to make them all wider so that there is no white space at the right side of the homepage.
    Is this possible?
    And is it possible to change the colour of the background and the type?

    Thank you in advance!!

    Need help with

Viewing 7 replies - 1 through 7 (of 7 total)
  • Please Link of your site.

    Thread Starter Rijkenvino

    (@rijkenvino)

    The Style may came from scripts and have to manage it form java scripts.

    Thread Starter Rijkenvino

    (@rijkenvino)

    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;
    }
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Size thumbnail/ backgroundcolour/ type?’ is closed to new replies.