[Support request] Generatepress layout “bug” when image is aligned to the right of the text

Home Forums Support [Support request] Generatepress layout “bug” when image is aligned to the right of the text

Home Forums Support Generatepress layout “bug” when image is aligned to the right of the text

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1641105
    nicolas

    I use the last generatepress theme (3.0.2). When I align a tall image to the right or the left of the text, the said image exceeds the bottom of the article container when there is a small amount of text.

    #1643949
    nicolas

    I don’t see any answers

    Noone else has this problem?

    In the generatepress theme, someone should add “clear:both;” in a class of the footer (maybe a new class)

    #1644077
    David
    Staff
    Customer Support

    Hi there,

    sometimes a topic slips through our help desk system, so please accept our apologies for not responding to your original topic.

    Simples fix to add this CSS:

    .clearfix::after {
      content: "";
      clear: both;
      display: table;
    }

    Then assign the clearfix class to your text block.

    There are a few open issues on the Gutenberg Github regarding floats, they have yet to find a good solution to implement.

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