Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #463892

    Hi,
    How to lock the “box” height to make it aligned with others with a « Read more » link when the text is longer. I’ve tried with the other masonry option without success and the text is hidding pictures when I lock the box size.

    I tried to have all the block the same heights with the same ratio “Pictures-Text”.
    Also difficult to fix vs zoom ratio, responsiveness etc.

    #464501

    Hi Ad-Min7477!

    difficult to imagine what you are saying. It would help us a lot if we could see what you mean. Please provide us a link showing what you are talking about. Screenshots showing what you want to achieve would help us too. Use imgur or dropbox.

    Best regards,
    Andy

    #466733

    Hi Andy,
    please find screenshots attached in dropbox ppt
    See slide 2

    #467518

    Hey!

    we need a link to be able to inspect you elements, so we can provide you some CSS code. I could not identify the URL in you screenshots.

    Best regards,
    Andy

    #467532

    Hi,
    attached both link:

    => For the boxes and “Read more”: (block height, Post masonry)
    http://rentonfrance.com/proprietes-en-location/

    => For the “Side arrows” and the “Next-Previous posts”:
    http://rentonfrance.com/villa-blacaredo/

    (I put both links as having 2 threads about the same website)

    #468213

    Hey Ad-Min7477!

    Thank you for providing us with direct links.

    May we have temporary access, in order to take a closer look at your current settings?

    Be sure to use the Private Content section.

    Cheers!
    Dake

    #468231

    See attached.
    Thanks for your help

    #468839

    Hey!

    use this code for next and previous post:

    a.avia-post-nav.avia-post-next.with-image {
    height: 25% !important;
    }
    

    and adjust as needed.

    Seems like you already implemented a next and previous button for your slider. If you need some other buttons, you would need to add them manually using ALB.

    For box height use this code:

    figcaption.av-inner-masonry-content.site-background {
    height: 570px !important;
    }
    

    Best regards,
    Andy

    #469060

    Hi Andy,
    thanks for the box height. Works fine now, thus looking better on various devices and screen resolution.

    Regarding “Previous-Next” slider button (width, not height), I’ll have to retry as far as the “mouseover” behaviour is (seem to) not the same now.

    I’m simply looking at enlarging the arrow button so that people see it better when reading the page.

    But keeping the same behaviour on mouseover, as before: Button coming with the whole picture and text.
    And that seems to be partial in my case. Arrow background and/or text are partially dimensioned only.

    I’ll try again and let you know.

    #469789

    Hey!

    I think you could try to play with background color and opacity to make it more visible:

    a.avia-post-nav {
    background: rgba(0,0,0,0.5) !important;
    }
    

    Adjust “0.5” to change opacity.

    Cheers!
    Andy

    #469827

    Hi Andy,
    yep good idea.
    People should better see it by now.
    Thanks again.
    Good day.
    JM

    #469912

    Hi Ad-Min7477,

    I’m glad to hear that you were able to get things sorted on your end.

    Cheers!
    Dake

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Post Gallery Masonry blocks height’ is closed to new replies.