Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #339010

    Hi, I would like to know how I can change the date position in Masonry.
    I want to put the date just before the entry title. Here a screenshot to show you what I want :)

    Can you tell me where I can find the PHP file I need to modify ?
    Thank you in advance for your help !
    Regards,
    Thibault

    #339094

    Hey Obeatone!

    Please go to Enfold/config-templatebuilder/avia-shortcodes and edit masonry_entries.php file

    Cheers!
    Yigit

    #339458

    Thank you very much for your quick answer ! :)

    Regards,
    Thibault

    #339463

    I tried but I’m too weak in PHP to do that :(
    Can you tell me what I have to do to put the date before the title ?

    Thank you in advance for your reply !
    Regards,
    Thibault

    #340527

    Any idea ? :)

    #340900

    Hi!

    You can add this on Quick CSS:

    span.av-masonry-date.meta-color.updated {
    position: absolute;
    top: 20px;
    }
    
    .av-masonry-entry .av-masonry-entry-title {
    margin-top: 20px;
    }

    Regards,
    Ismael

    #341421

    Ok, if there is no way to do it in PHP I will do it with CSS ;)
    Thank you for your help !
    Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change the date position in Masonry’ is closed to new replies.