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.