Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #918217

    I was wondering if you can tell me the difference between this:

    <div class="flex_column_table av-equal-height-column-flextable>

    and this:

    <div class="flex_column_table av-equal-height-column-flextable -flextable”>

    And how do I get rid of the -flextable part?

    #918232

    Hey dirtdiggr,

    Could you please give us a link to your website, we need more context to be able to help you? This could be an error, because a class name cannot start with “-“. Where is it happening?

    Best regards,
    Victoria

    #918244
    This reply has been marked as private.
    #918281

    this -flextable is indeed a bit confusing.
    it is line 800 on Enfold 4.2.4. of columns.php where it is generated

    $output .= "<div class='flex_column_table ".avia_sc_columns::$first_atts['min_height']."-flextable ".avia_sc_columns::$first_atts['mobile_breaking']."-flextable' {$margin_style}>";

    but i do not see any benefit to have here an additional class: -flextable
    but it seems to have something to do with mobile usage

    #918873

    Hi,

    It is for the columns’ “Fullwidth Break Point” settings. :)

    Best regards,
    Ismael

    #919024

    Hi Ismael. How or where can I change this setting?

    #919888

    Hi,

    Please check the theme option of our theme.
    Every settings are there.

    Best regards,
    Basilis

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