• A container I have appears to be collapsing around the full width content. This doesn’t occur when the content isn’t wrapper in the ‘full_width’ tag. In the code, the clearfix isn’t being generated (as it is following any ‘x_last’ tag).

    Does anyone have any suggestions / fixes?

    Thanks,
    Andy.

    https://ww.wp.xz.cn/plugins/column-shortcodes/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter andycheeseman

    (@andycheeseman)

    Unless anyone else suggests a fix, I’m adding the following code to my custom css…

    .full_width {
    float: none !important;
    }

    Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    I think a full_width column should never float and can use a clear: both.
    In most cases a full_width column is used as a clear ‘row’.

    Your solution to extend your own CSS is good but I should also add a clear: both statement.

    If you’re not comfortable or able to edit the theme CSS, you can add a column with _last in the name to clear the container.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Container collapsing around [full_width] content. Missing clearfix?’ is closed to new replies.