Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    http://snag.gy/HQNg3.jpg

    Thank you,
    Clay

    #428271

    Hi 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!
    Yigit

    #428310

    I 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.

    #428313
    This reply has been marked as private.
    #428454

    I 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!

    #428581

    Hi!

    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!
    Yigit

    #428982

    Thanks 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.

    #428996

    Hey!

    Can you please add widget area element and post the link to your page so we can take a look?

    Best regards,
    Yigit

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