Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #666571

    Hello,

    I was wondering if it’s possible to have a slider with 2 columns for 1 portfolio entry?

    So, it would be the portfolio featured image on the left, and the title and description in the column on the right? As well as being full width across the page? And it would slide through other portfolio entries of the same category? Is this possible and which widget/element should I use?

    Find attached photo for reference.

    Thanks,

    Hayley

    #667366

    anyone?

    #667395

    Hi!

    Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and create a custom Color Section element that has fullwidth container and then refer to this post – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and enabled custom CSS field for ALB elements and place Post Slider element into it and choose to display your category and 1 column and give your element a custom CSS class (“your-custom-class” used in my example). Then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .slide-content {
        margin-left: 2%;
    }
    .your-custom-class a.slide-image, .your-custom-class .slide-content {
        width: 48%;
        float: left;
    }

    Cheers!
    Yigit

    #667634

    amazing, thank you so much. There’s still a bit of tweaking that needs doing with the text spacing but I think that’s pretty spot on!

    #667635

    Hey!

    You are welcome! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘2 column portfolio slider?’ is closed to new replies.