Viewing 5 replies - 1 through 5 (of 5 total)
  • Alexander

    (@alexanderbepunkt)

    Hi charlieleb,

    Try to add this to your css:

    .attachment-blog-thumb.wp-post-image {
    width: 80%;
    }

    hi alexander, i found this helpful in resizing the thumbnail.

    i was also able to move the image to the right of the post which is what i wanted.

    here’s my site: https://point2steve.com/

    but as you can see in the 2nd post, the image overlaps the text. how can i float it so that the title and text sit to the left of the image?

    here’s what i added in the style.css file:

    .attachment-blog-thumb.wp-post-image {
    width: 150px;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    position:absolute;
    right:5%;
    top:90px;
    }

    thanks for all your help.

    @charlieleb :

    add this code in function.php

    <?php add_image_size( ‘tribual’, 65, 50, true );?>

    here 65 width and 50 height.

    where you want to small image size change this code.

    <?php the_post_thumbnail(‘tribual’); ?>

    heyy charlieleb
    how did you get the slideshow on you home page…. that is excatly what i wanted to do with mine but couldn’t find a way how…??????
    thanks!!!

    To show the slider on your homepage do the following:

    * Dashboard > Appearance > Theme Options
    * Under “Theme Options” the 3d bolded entry down is “Home Page”
    * Check the box under “Home Page” for “Sticky Post Slider”
    * You must have 3 posts that are “Sticky”
    * Each of these posts must have a featured image
    * Be sure that under Dashboard > Reading, you select “Front page displays latest posts” and not “static page”

    That should do it for you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘featured image’ is closed to new replies.