Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #17431
    Coupon Guy
    Member

    The featured image permalink covers across the whole post keeping my copy below the image, even if I align the copy right. I want the copy to be paralell to the image, what code must I change.

    #17444
    Sakin
    Keymaster

    @Coupon Guy: Sorry I don’t understand this. Can you add in your site URL and explain in reference to your site.

    #17449
    Coupon Guy
    Member

    Here is an url to one of my test coupons, )now this is just a build and test site, not one of my coupon sites) http://www.coupongiraffe.com/chadwicks-com/ .
    The image is a featured image, look at the Save an Extra $30 off $400
    Expires 12/31 is below the image, and not even with it. I want the copy to be even with the image. In firefox, if you point the cursor to thee right of the image, not on it, the permalink shows (not in ie). So my thinging is that the featured image permalink is preventing the copy from starting at the top of the image. If the permalink has nothing to do with it, I just want the copy to align to the top of the image.

    Here is another post example http://www.coupongiraffe.com/overstock-com-16/ , the image is just an image, and not a featured image. See how the $35 off + free shipping aligns to the top of the image. That’s what I want to happen with a post with a featured image.

    Thanks,

    #17458
    Coupon Guy
    Member

    Hi Sakin,

    After using firebug, it looks to me like the post featured image is part of figure class. Therefore the image could possibly span the width of the post thereby pushing the copy down. I just can’t figure out how to change it. Just a thought that will maybe help.

    #17462
    Sakin
    Keymaster

    @Coupon Guy: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .single .featured-image { float: left; }

    #17472
    Coupon Guy
    Member

    That did not work, but when I add “float left” to #hgroup-wrap img, .featured-image img, .entry-content img, img.size-full, img.size-large, img.wp-post-image {

    it worked, but the top slider also floated left. I want to keep the top slider centered. We are close, any other ideas?

    #17475
    Coupon Guy
    Member

    I adjusted the code to .featured-image {
    float: left;

    and it looks like it worked.

    Thanks for your help.

    #17480
    Sakin
    Keymaster

    @Coupon Guy: Thanks 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove featured image permalink to post’ is closed to new replies.