Forum Replies Created

Viewing 1 replies (of 1 total)
  • Actually the problem here is that the flatsome theme sets the left column to full width as seen here:

    View post on imgur.com

    Removing this class by either removing it altogether, removing just the !important statement or setting !important on the ‘sticky-element-placeholder’ fixes the issue.

    View post on imgur.com

    Another and even better (and probably easier) solution is to prevent the flatsome class to be activated in the first place. The selector makes sure every class gets width: 100% that is NOT a ‘col’. So actually just giving the ‘sticky-element-placeholder’ element the class ‘col’ fixes the issue:

    View post on imgur.com

    Which leads to the question: Is it possible to set additional classes for the ‘sticky-element-placeholder’ element and if not, can you @manuelrocha88 implement this?

    • This reply was modified 5 years, 11 months ago by jsbrain.
Viewing 1 replies (of 1 total)