Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1224725

    I’m currently having two issues with a Masonry section on my homepage. The section in question is at the very bottom of my homepage (link and password in the Private Content).

    Problem 1: When you scroll down to the bottom of the page, you’ll see a white and blue striped section with no apparent content. That’s where the masonry content is supposed to be. If you resize the page, the section will appear, but it’s not there unless you resize the page. My best guess is this is caused by some kind of scroll animation malfuctioning (so the content is supposed to fade or zoom in when you scroll down the page, but it doesn’t), but I have animation turned off for the masonry section.

    Problem 2: I’m trying to make the masonry section look like the section immediately above it. I’ve mostly succeeded, except that the image is ridiculously small. The problem is that as I’ve stylized things in the content box (increasing the character limit, adding more padding, etc), it’s made the content box bigger, and instead of making the whole masonry block larger, it ate away the image space and made that smaller. I want to either increase the height of the image, or increase the image of the whole block (so that it looks like the section above it).

    I hope that makes sense. I’m not always great at explaining the issues I’m having. Let me know if you have any questions.

    Thank you!

    #1226237

    Hey Body1,
    Sorry for the late reply and thanks for the link. I checked your page on Chrome, Firefox, Edge, on Windows 10 & Safari on Mac, but I don’t see your first issue, please see the screenshot in Private Content area of the masonry element at the bottom of the page.
    Perhaps you have already sorted this out?
    For your second issue, on the same masonry element, I see it is full-width, which is set to 1610px, but it doesn’t seem like your images are very small?
    To make this element the widest, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .responsive #top.home #av_section_6 > .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

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