I’m glad it helped to you tradmin!!
Mark, I have another question about to move up and down the sticky element when is responsive.
I’m using
@media (min-width: 990px) and (max-width: 1248px) {
.element-is-sticky {
margin-top: 43px!important;
}
}
but there’s a better way to do this?
Thanks!!
-
This reply was modified 8 years, 3 months ago by marketo11.
-
This reply was modified 8 years, 3 months ago by marketo11.
First of all,
Mark, thanks a lot for your fix css code but how trxadmin says it only affect one page with specific id.
I found another solution that it works in all pages. trxadmin, if you are using avada, you can try if it helps for you too.
In your avada-child theme, in your style.css try this:
.fusion-fullwidth .fusion-row {
position: unset!important;
}
Thanks again Mark for your time trying to help us.
-
This reply was modified 8 years, 3 months ago by marketo11.
-
This reply was modified 8 years, 3 months ago by marketo11.