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

    Hi,

    Can someone help? When resizing the window the captions over the masonry gallery don’t resize.
    Is something broken, I swear they usually do.

    Please help!

    #724874

    Hey jonrouse,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1110px) and (min-width: 768px) {
    h3.av-masonry-entry-title.entry-title {
        font-size: 15px!important;
    }}
    

    Best regards,
    Yigit

    #724931

    Thanks Yigit,

    I was wondering if there was a way to make the Masonry Grid responsive at a wider screen size?
    I like when it swaps from two rows of five, to five rows of two.

    Is that possible?

    Instead of 768px, make it change at 1080px?

    Thanks again,

    #724950

    Ignore me mate, I found something else on the forums and adapted it below.

    @media only screen and (max-width: 1250px) {
         .responsive #top .av-masonry-entry {
        	width: 49%!important;
    	}}
    
    @media only screen and (max-width: 655px) {
         .responsive #top .av-masonry-entry {
        	width: 100%!important;
    	}}
    

    That’s really helpful because I like some of the responsive things better for certain uses.

    Thanks for your help, I learn a lot reading the forums!

    #724953

    Hey!

    Great! Glad you figured it out and thank you for sharing your solution :)
    Let us know if you have any other questions or issues!

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Masonry Gallery Titles Not Responsive’ is closed to new replies.