-
Author
-
July 25, 2016 at 16:27 #130076prepriemyselParticipant
Hallo,
is it possible to make sticky row in visual composer? Row will move down same as page. Thanks
July 25, 2016 at 18:16 #130110RaduModeratorHi,
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 CODEdiv#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 solutionAugust 4, 2016 at 12:35 #131318prepriemyselParticipantThank 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.August 4, 2016 at 12:36 #131321prepriemyselParticipantThis is right picture.
Attachments:
You must be logged in to view attached files.August 4, 2016 at 17:13 #131354RaduModeratorHi,
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 -
AuthorPosts
You must be logged in to reply to this topic.