-
AuthorPosts
-
April 14, 2015 at 3:12 pm #428263
I have played with this for a while and can’t figure out what I need to implement it. Please help guide me in the right direction. I want to set up 4 boxes like this, with a consistent height even if the text is not full on one of them. This is an example of what I am trying to do.
Thank you,
ClayApril 14, 2015 at 3:37 pm #428271Hi Clay!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and give you text block elements a custom CSS class and add following code to Quick CSS in Enfold theme options under General Styling tab.your-custom-class { background-color: orange; padding: 10px; border-radius: 5px; min-height: 120px; }
Cheers!
YigitApril 14, 2015 at 4:23 pm #428310I have turned on the Custom CSS and confirmed that it works. I am not fully understanding. To create these boxes I would assume that I need a 1/4 column, a picture, a text box and a button. Yet, you only mention a text box. I have added the code and it works for the first one for the text box. Is there a way to do that for each column, not just the text box. Do I need do this for each element? For instance how to force the button to the bottom of the column, so all the buttons line up.
April 14, 2015 at 4:24 pm #428313This reply has been marked as private.April 14, 2015 at 8:55 pm #428454I figured it out, didn’t realize all that could be done inside a text box.
Is there any way to add a widget inside a text box?
Thank you!
April 15, 2015 at 1:18 am #428581Hi!
No, but you can add a widget area element to your page and give it a custom CSS class and apply the same changes on it.
Cheers!
YigitApril 15, 2015 at 3:38 pm #428982Thanks Yigit. There does not seem to be a place for me to enter a custom css class on a widget box. How would I add the photo and button to that though so it looks like the others? I think I am missing something here. I appreciate your help.
April 15, 2015 at 4:01 pm #428996 -
AuthorPosts
- You must be logged in to reply to this topic.