Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #114202
    Maciej Rzeszutko
    Participant

    Hello,
    I have configured the “CT:Recent Posts” widget with “image alignment = left”, “image size = 90×68” and to display the title only.
    The image is correctly aligned to the left, but the title also, which is not expected.
    On your demo “clean magazine” site, the images are aligned to the left and the titles are displayed on the right with regard to the images.
    Could it be fixed ?
    BR,
    Maciej

    #114232
    Mahesh
    Keymaster

    @maciejrzezutko: The one in the demo is not CT:Recent Posts, it is CT:Featured Posts and is only available in Pro version. I recommend you to upgrade to Pro.

    Regards,
    Mahehs

    #114243
    Maciej Rzeszutko
    Participant

    I have double checked, it is ct: recent posts and NOT ct: featured posts as you stated.
    Could it be fixed ?
    Br,
    Maciej

    #114262
    Mahesh
    Keymaster

    @maciejrzeszutko: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .ctfeaturedpostpageimage .left .featured-image, .ctfeaturedpostpageimage .right .featured-image {
        width: 25%;
    }
    
    .ctfeaturedpostpageimage .left .entry-container, .ctfeaturedpostpageimage .right .entry-container {
        width: 75%;
    }
    
    .excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image, .excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container, .ctfeaturedpostpageimage .left .featured-image, .ctfeaturedpostpageimage .right .entry-container {
        float: left;
    }
    
    .excerpt-image-right.has-post-thumbnail .archive-post-wrap .featured-image, .excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container, .ctfeaturedpostpageimage .right .featured-image, .ctfeaturedpostpageimage .left .entry-container {
        float: right;
    }

    Regards,
    Mahesh

    #114276
    Maciej Rzeszutko
    Participant

    Unfortunatelly, the provided css does not fix the issue.

    BR,
    Maciej

    #114334
    Mahesh
    Keymaster

    @maciejrzeszutko: Please post in your site url.

    Regards,
    Mahesh

    #114337
    Maciej Rzeszutko
    Participant

    Maciej.rzeszutko.net

    #114341
    Mahesh
    Keymaster

    @maciejrzeszutko: Add the following CSS:

    .ctfeaturedpostpage .featured-image, .ctfeaturedpostpage .featured-image {
        width: 25%;
    }
    
    .ctfeaturedpostpage .entry-container, .ctfeaturedpostpage .entry-container {
        width: 75%;
    }
    
    .excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image, .excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container, .ctfeaturedpostpage .featured-image, .ctfeaturedpostpage .entry-container {
        float: left;
    }
      
    .ctfeaturedpostpage .entry-container {
        padding-left: 15px;
    }

    Regards,
    Mahesh

    #114366
    Maciej Rzeszutko
    Participant

    Still same issue with the provided css.
    BR,
    Maciej

    #114425
    Mahesh
    Keymaster

    @maciejrzeszutko: You’ve some error in your CSS, please copy and paste the codes as it is. Let me know if any problem.

    Regards,
    Mahesh

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘CT: Recent Posts issue’ is closed to new replies.