Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #394779

    Hi, I’ve tried to make the caption heights the same. I would like all gallery item captions to stay consistently the same height relative to one another as the screen size changes.I’ve used <br> to try to accomplish this as I read it as a solution in another post. It works for one screen size but as you go to tablets or resize your screen it falls apart.
    Here is the website address. http://www.ceclef.org
    Thank you for your help!
    Kathy

    #395230

    Hi Kathryn!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) and (min-width: 660px) {
    .av-inner-masonry-content-pos {
    width: 85%;
    margin: auto;
    }}

    Regards,
    Yigit

    #396067

    Thank you for your quick response! I entered the css and when I resize it still makes the caption boxes uneven. I tried it with and without the <br> tags. I’m looking at the March and Gala pages [http://www.ceclef.org/gala and http://www.ceclef.org/march%5D. Thank you again for your help. Let me know if you need admin rights.
    Kathy

    #396523

    Hi!

    Try the following in Quick CSS:

    .av-masonry-entry .av-inner-masonry-content {
    height: 410px !important;
    }
    
    @media only screen and (max-width: 480px) {
    .av-masonry-entry .av-inner-masonry-content {
    height: auto !important;
    }
    }
    

    You can try to adjust the number 410 if you think its too high or low.

    Regards,
    Rikard

    #397191

    Thank you so much for your help! you rock!
    kathy

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Masonry Gallery Caption consistent height’ is closed to new replies.