• Resolved MasG

    (@dhevilz)


    Hii.. thanks for free awesome plugin…

    Can’t you tell me, how to add sticky fields?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter MasG

    (@dhevilz)

    but, still not working…

    Plugin Author codepeople

    (@codepeople)

    Hello @dhevilz

    The style definition would be:

    #fbuilder .sticky{
    position: sticky !important; 
    top: 52px !important; 
    z-index: 9999 !important;
    }

    Best regards.

    Thread Starter MasG

    (@dhevilz)

    ah, Great.. Now sticky is working perfectly!!

    thank you bro..!

    Thread Starter MasG

    (@dhevilz)

    hiii.. can you check in this link?

    https://tools.web.id/penjumlahan/

    i use wordpress multisite and code css like above not working with my site. thx

    Plugin Author codepeople

    (@codepeople)

    Hello @dhevilz

    Browsers do not apply the stick behavior to the tags if any tag parent applies an overflow, and in the case of your website #main.main styles defined by the theme active, includes the CSS rule overflow: hidden;

    Please, note this question is not about our plugin. You should contact the theme developers or overwrite the theme styles.

    Best regards.

    Thread Starter MasG

    (@dhevilz)

    okey, thank you..

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Sticky Fields in Free version’ is closed to new replies.