Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #263199

    Hi,
    Is it possible to add a floating button on portfolio items which, by a click on the button, scrolls down to a defined area at the page.

    #263492

    Hi t3lgroup!

    You can turn on Custom CSS class field for Avia Layout Builder elements firstly (please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ )
    And give your button a custom class, in the example it is “floating” then you can add following code to Quick CSS in Enfold theme options under General Styling tab

    .floatting a {
    position: fixed!important;
    z-index: 99;
    left: 5%;
    top: 50%;
    }

    You can change its position on your page by adjusting left and top values

    Regards,
    Yigit

    #264533

    Great, that worked.

    Thanks :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘floating buttons’ is closed to new replies.