Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #927733

    I’m trying to adjust the width a masonry. Right now, it only goes as wide as the color section that it’s within, but I want to have a text box float on the left side and this to be just wide enough to allow it to be on the right side.

    I’d also like to make the images within the masonry items smaller, but can’t seem to find a working solution.

    Please help!

    Thanks!

    #927908

    Hey msg8891,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #928146

    Link is in the private content section. The portion of the site I am looking to add this to is next to the Equipment Rentals section.

    #929129

    Hi,

    Is this how you like to make the masonry gallery?

    Unfortunately, it would require quite some time and customization of the theme to achieve this. However, if you like to get started on your own here is some CSS you can use

    #top .av-masonry-entry .av-inner-masonry {
    bottom:50%;
    }
    #top .av-masonry-entry .av-inner-masonry-content {
        width: 60%;
        top:0;
        bottom:0%;
        overflow:hidden;
    }
    
    #top .av-masonry-outerimage-container, .av-masonry-image-container {
        left: 40%;
        bottom:0%;
        top:0;
    }

    I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Vinay

    #929452

    I believe that you have looked at the site after I made changes to eliminate the need for this.

    Thank you for your response. This can be closed now.

    #929604

    Hi msg8891,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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