Tagged: 2 columns, columns, full width, portfolio entry, slider
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
anyone?
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
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!