Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #593211

    Hi,
    I was wondering if layering content & images like in this website is doable in Enfold, without the layer slider?
    http://wearehuntly.com.au

    Thanks so much, Corina

    #593473

    Hi Corina!

    You can enable custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your columns, give them a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 768px) {
    .your-custom-class { position: relative; left: -100px; }}

    Cheers!
    Yigit

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