Support » Plugin: Rocket Galleries » Floating problems with galleries

  • Whenever a gallery is rendered in a post, because you don’t clear the float of the gallery items, it messes with the flow of any content that appears after the gallery. I suggest adding the following css for the rocketgallery container:

    .rocketgalleries:after {
    content: “”;
    display: block;
    clear: both
    }

    I’ve tested it and it fixes any issues

    https://wordpress.org/plugins/rocket-galleries/

  • The topic ‘Floating problems with galleries’ is closed to new replies.