Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1401913

    Hi there!
    I’ve placed my latest portfolio widget in my footer and I would like to hide date and time. Could you help me, please?
    Thanks in advance
    Arantza

    #1401943

    Hi Arantza,

    Could you post a link to where we can see the actual elements please?

    Best regards,
    Rikard

    #1402025
    This reply has been marked as private.
    #1402100

    Hi,

    Thank you for the info.

    You can use this css code to hide the date and time from the posts, and adjust the position of the title.

    #portfoliobox-3 .news-headline .news-time {
        display: none !important;
    }
    
    #portfoliobox-3 .news-headline {
        margin-top: 10px;
    }
    

    Best regards,
    Ismael

    #1402128

    is it possible to define the position of the title in relation to the bottom of the image, so that it is always at the bottom? If we relate it to the top, problems may arise in case of titles of more than one line.

    #1402220

    Hi,

    is it possible to define the position of the title in relation to the bottom of the image, so that it is always at the bottom?

    You can try this css code to adjust the positioning of the title. It may require adjustments on different screen sizes.

    portfoliobox-3 .news-headline {
        margin-bottom: 0px;
        bottom: 0;
        position: absolute;
        padding-left: 40px;
    }
    

    Best regards,
    Ismael

    #1402300

    Ok! Thank you :)

    #1402370

    Hi laiaemn,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Latest Portfolio Widget’ is closed to new replies.