×

Title falling back into previous section.

Home WPAli Support Forums WooCommerce Order Builder Title falling back into previous section.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #509
    Ali Khallad
    Keymaster

    Hi

    Not sure why this is happening but the title is falling back into the previous section if there is only one product in the row.

    This is the error I'm getting

    Any assisance would be greatly appreciated… Loving the plugin otherwise.

    Cheers!

    #511
    Ali Khallad
    Keymaster

    Hi, thanks for reaching, that seem to be a theme issue. There is an element that stop items from overlapping titles.
    You might be able to fix this by adding the following to your css:

    .clear {
        clear: both!important;
    }
    .wwobform_variation_wrapper.wwobform_wrapper.left ul.wwobform_fields li.wwobfield {
        clear: both!important;
        float: none;
    }

    If the css above didn’t fix it, please share a link.

    #512
    Ali Khallad
    Keymaster

    Thanks, that did the job!

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