Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #697098

    Hi,
    In continue to https://kriesi.at/support/topic/masonary-gallery/#post-693091

    We did the modification for the certain page where we wanted to align the Image Title to the bottom part of the Image
    now the customer asked for the Title to be aligned both to the bottom and to the Right
    i changed a bit the code you sent me but it causes the text to wrap to 2 lines or more.
    can you please help me fix it to be aligned right properly.

    also the client asked me how remove the bold affect and change font to Tahoma.

    #697100

    here are the links:

    #697131

    Hi,

    Please change the 2nd bit of code provided for points 2 & 3 to the below
    adding the page ID page-id-718 which is available when you inspect the body tag will affect only the homepage.

    .page-id-718 .av-masonry-entry-title.entry-title {
        font-size: 24px!important;
        position: absolute;
        bottom: 20px;
        text-align: right;
        padding-right: 20px;
        width: 100%;
        font-weight: 100!important; /* removes the bold effect */
    }

    Best regards,
    Vinay

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.