New Landing How can we help? Themeforest Theme Support Flexform Date items : How to change the css for (filets and padding)?

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Flexform
  • #114232
    blaouchez
    Member
    Post count: 448

    Hello,
    Date items : How to change the css for (filets and padding)?
    Regards

    Attachments:
    You must be logged in to view attached files.
    #114371
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please provide me with your link and I will provide you with the custom css

    – Kyle

    #114387
    blaouchez
    Member
    Post count: 448
    #114396
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .wpb_recent_posts_widget .recent-post .post-item-details, .wpb_posts_carousel_widget .recent-post .post-item-details {
      padding: 5px 0;
    }

    – Kyle

    #114414
    blaouchez
    Member
    Post count: 448

    Thank you very much Kyle!!!

    #114418
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

    #114679
    blaouchez
    Member
    Post count: 448

    It’work for the home but not for the blog page : http://cluster007.ovh.net/~montourckh/nos-actualites
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #114714
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .recent-post .details-wrap{
    padding:5px 0 !important
    }

    Thanks 🙂
    With Best Regards
    Mohammad

    #115237
    blaouchez
    Member
    Post count: 448

    Thanks but it does not work.

    it concerns only the date field.

    On the home page, it’s perfect. How to get the same style for the “Actualités” page : page.http://cluster007.ovh.net/~montourckh/nos-actualites

    #115275
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .recent-post .post-item-details {
    padding: 5px 0 !important;
    }

    Thanks 🙂
    With Best Regards
    Mohammad

    #115677
    blaouchez
    Member
    Post count: 448

    I already use .post-item-details

    .wpb_recent_posts_widget .recent-post .post-item-details, .wpb_posts_carousel_widget .recent-post .post-item-details {
    	padding-top: 4px;
    	padding-bottom: 4px;
    	border-top-style: solid;
    	margin-top: 6px;
    }
    

    And it works only for homepage (homepage is ok : http://cluster007.ovh.net/~montourckh/)

    #115774
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    This should do it:

    .masonry-items .post-item-details {
      padding: 5px ;
    }

    – Kyle

    #115805
    blaouchez
    Member
    Post count: 448

    Thank you Kyle,

    it works but there is a little gray above the upper thread

    How to remove it?

    Attachments:
    You must be logged in to view attached files.
    #115810
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .masonry-items .post-item-details {
      margin-top: 0;
    }

    – Kyle

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register