Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #670567

    Hello,

    We want to do a sticky or fixed cloumn in a cell which contains Text box. (which means not able to scroll down/up)

    As an Example in Avia Builder
    2/5 > Text Column (has to be sticky when scolling the page)
    3/5 > Masonry Portfolio items (has to be scrolled down)

    regards

    #670584

    bump :(

    • This reply was modified 8 years, 3 months ago by erdincertan.
    #670834

    Nobody knows ? :(

    #670846

    Hey!

    Can you please create an example layout and post the link to your testing page?
    It may be possible with some small customizations.

    Cheers!
    Yigit

    #670856

    Pasted as private what i wanted to dear Yigit..

    #670859

    Merhabalar :)

    Thanks for the example site! Can you please create a similar layout on your website and post the link to it?

    Cheers!
    Yigit

    #671070

    Pls look at the private content

    #671079

    site information

    #671434

    bump

    #671597

    bump again

    #671879

    may i suppose that no solution for it :/

    #671897

    yigit you are the last hope :)

    #671901

    Hey!

    I have enabled custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edited your columns and gave them custom CSS class and then added following code to Quick CSS

    @media only screen and (min-width: 1024px) {
    .custom-sticky-column {
        position: fixed!important;
        width: 28%!important;
    }
    .sticky-column-com {
        float: right!important;
    }}

    Might not be the best workaround but would work fine :)

    Best regards,
    Yigit

    #671973

    Greatt and thank you so much my friend.. It works great on Desktop and also iphone & Android. (Not good well on IPAD. Ipad responsive page mirroring goes away :I ) Anyway i may find the solition later.

    Thank you so much and regards
    Erdinc

    #671977

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Enjoy your weekend!

    Regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Sticky or Fixed Text column at a page ?’ is closed to new replies.