-
AuthorPosts
-
May 5, 2017 at 12:54 pm #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.
May 5, 2017 at 5:27 pm #788542Hey Innovie,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaMay 12, 2017 at 1:17 pm #792268See below:
May 12, 2017 at 3:45 pm #792358Hi,
Try enabling Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Hope this helps :)Best regards,
NikkoMay 12, 2017 at 3:46 pm #792359Hi Nikko.
you can’t set custom Css Class for ROWs!!!
please read my Issue Carefully!
thanks!
May 12, 2017 at 9:47 pm #792515Hi,
If you enable what Nikko has suggested, you will be able to do it.
Can you please try it?Best regards,
BasilisMay 12, 2017 at 11:58 pm #792545You 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.jpgMay 13, 2017 at 7:23 am #792654Hi,
May you provide us your WP and FTP credentials?
Best regards,
John TorvikMay 22, 2017 at 10:21 am #797517No, but i can provide you the ALB code. Please sidebar is left.
May 22, 2017 at 6:38 pm #797849Hi,
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,
YigitMay 22, 2017 at 6:46 pm #797853Your 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…
May 22, 2017 at 6:53 pm #797857Hi,
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,
YigitMay 25, 2017 at 9:10 am #799421hi 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!
May 25, 2017 at 12:21 pm #799488Hi,
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 -
AuthorPosts
- The topic ‘Add class field to Flex Column Row’ is closed to new replies.