Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #788357

    Hi,

    I have a general issue to tackle. For that i would need a Class for the Flex Column Row.

    The issue:
    i need equal spaces between AND ARROUND the columns. After trying hard about more than an hours of time to get it working, I came to the conclusion that we have three options:
    1) flex_column_table need either a custom class field itself to make a padding
    2) add an other Row Border(Padding) option.
    3) or add another option to Space between columns dropdown called “Space between & arround columns”

    https://dl.dropboxusercontent.com/s/vhp4rwta2tpz40f/2017-05-05%20at%2012.47.jpg

    There is no workarround solution yet besides adding a class via JavaScript.

    Thanks for you support!

    • This topic was modified 7 years, 6 months ago by Innovie.
    #788542

    Hey Innovie,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #792268

    See below:

    #792358

    Hi,

    Try enabling Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Hope this helps :)

    Best regards,
    Nikko

    #792359

    Hi Nikko.

    you can’t set custom Css Class for ROWs!!!

    please read my Issue Carefully!

    thanks!

    #792515

    Hi,

    If you enable what Nikko has suggested, you will be able to do it.
    Can you please try it?

    Best regards,
    Basilis

    #792545

    You are only able to set classes for flex columns not for the parent row item!
    i tried it: https://dl.dropboxusercontent.com/s/owd3eu4yg4ndc63/2017-05-12%20at%2023.55.jpg

    #792654

    Hi,

    May you provide us your WP and FTP credentials?

    Best regards,
    John Torvik

    #797517

    No, but i can provide you the ALB code. Please sidebar is left.

    #797849

    Hi,

    You can place your columns inside a color section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then target as following

    #your-unique-id .flex_column_table { padding: 10px; }

    Best regards,
    Yigit

    #797853

    Your are getting closer to understand my issue! Color box is not an option for this specifc case because i use a sidebar!

    Please note, that i’m not a enfold nooby ;-)

    This issue is more like an urgent feature request i recon…

    #797857

    Hi,

    I see :)

    In that case following code should work

    .page-id-59 .avia-builder-el-1 + .flex_column_table { padding: 10px; }

    Then you can simply replace page ID.

    Also, please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Yigit

    #799421

    hi Yigit,

    thats the solution is use right now, but it is depending on a ALB position (here: avia-builder-el-1 –>position 1). Which is pretty bad…
    could you tell Kriesi to implement a class for that case?

    I think i can’t explain it very well. Thanks a lot!

    #799488

    Hi,

    Yes, unfortunately depending on the position, element ID would change. This is pretty tricky but we will gladly inform Kriesi about your request. He might come up with a solution that we could not come up here :)

    I am marking this thread as resolved for now. If you have any other questions or issues, please feel free to start a new thread!

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Add class field to Flex Column Row’ is closed to new replies.