Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Video background on mobile #1306220

    Hi

    That didn’t fix it for me. Still have bands at the top and bottom.

    in reply to: HTML in the Masonry Layout Excerpt #1120800

    Thanks,

    I tried adding that. I don’t think it worked with Masonry but I have found that using the Portfolio Grid with the Ajax option and the Ajax Portfolio Preview Settings does what I wanted. I can use HTML in that preview. I think it is much simpler to do that and it looks great compared to what I was thinking with the Masonry.

    Thanks for your help

    Caleb

    in reply to: Hide sidebar on all portfolio posts #1009910

    This did the job for me. First bit of code to hide on single portfolio by targeting body.single-portfolio. 2nd bit to adjust the main area to be full width rather than 73%. And also remove right border.

    body.single-portfolio .sidebar {
    display: none !important;
    }

    body.single-portfolio .container .av-content-small.units {
    width: 100% !important;
    border-right: none !important;
    }

    in reply to: Woocommerce images not showing #918447

    Update: I deactivated all plugins then activated the ones I need and it’s working again. I don’t have time to see which one might have been causing it but seems ok now.

Viewing 4 posts - 1 through 4 (of 4 total)