This topic has 4 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #130076
     prepriemysel
    Participant

    Hallo,

    is it possible to make sticky row in visual composer? Row will move down same as page. Thanks

    #130110
     Radu
    Moderator

    Hi,

    We don’t have a dedicate option to can do that. The onliest option is to add a id to that row and to set from css position fixed, but this is a custom implementation.

    from example you add this id to the row mydesiredelementtobefixed then in quick css area from wp-admin -> theme options -> general settings -> quick css you will add

    COPY CODE
    
    div#mydesiredelementtobefixed {
        position: fixed;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #131318
     prepriemysel
    Participant

    Thank you div dousent worked, when i used

    .mydesiredelementtobefixed {
    position: fixed;
    }

    This happend: Row is mooving all way down to page + plus starts moving when page load, not when i come whith mouse wheel on it.

    Link: http://www.prepriemysel.sk/daimler-pouziva-3d-tlac-aj-vyrobu-nahradnych-dielov/

    Attachments:
    You must be logged in to view attached files.
    #131321
     prepriemysel
    Participant

    This is right picture.

    Attachments:
    You must be logged in to view attached files.
    #131354
     Radu
    Moderator

    Hi,

    This is a basic guide using position fixed and this is a normal behaviour to stays fixed all the time not only when you hover it, if you need that , you will have to hire a developer to create for you your custom solution

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?