• Hi there,

    Is it possible to change the size of the featured image of a specific post in the homepage as well as in the post itself?

    The default size is a bit too big..

    (site: habitudes-santé.com)

    Cheers*

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter s7m

    (@s7m)

    anyone…?

    Thread Starter s7m

    (@s7m)

    I was able to change in it.. but the problem is that I could not change it differently in the post and in the homepage

    I like the way it is in the homepage http://habitudes-sante.com/
    but not in the post.. eg: http://habitudes-sante.com/pas-d-obese-ni-ici-ni-ailleurs/

    I used:

    .image-container-responsive img {
    width: 50%;
    height: 40%;
    display: block;
    float: center;
    margin-bottom: -50px;
    margin-right: auto;
    margin-left: auto;
    }

    I tried to peut entry-content before to see if i could change in the post but nothing happened..

    Any chanc to help?
    Cheers*

    Theme Author invictusthemes

    (@invictusthemes)

    hello s7m,,

    you can add .home before the class that you wanna change on homepage only that way the inner pages or post will not be affected like .home .image-container-responsive img{….}

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘featured image in homepage and post’ is closed to new replies.