Title: jsbrain's Replies | WordPress.org

---

# jsbrain

  [  ](https://wordpress.org/support/users/jsbrain/)

 *   [Profile](https://wordpress.org/support/users/jsbrain/)
 *   [Topics Started](https://wordpress.org/support/users/jsbrain/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jsbrain/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jsbrain/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jsbrain/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jsbrain/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jsbrain/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sticky Menu & Sticky Header] Problem with colums](https://wordpress.org/support/topic/problem-with-colums-2/)
 *  [jsbrain](https://wordpress.org/support/users/jsbrain/)
 * (@jsbrain)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/problem-with-colums-2/#post-13067431)
 * Actually the problem here is that the flatsome theme sets the left column to 
   full width as seen here:
 * > [View post on imgur.com](https://imgur.com/e1gdDcx)
 * 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](https://imgur.com/jhHXVwf)
 * 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](https://imgur.com/dvJZWBw)
 * Which leads to the question: Is it possible to set additional classes for the‘
   sticky-element-placeholder’ element and if not, can you [@manuelrocha88](https://wordpress.org/support/users/manuelrocha88/)
   implement this?
    -  This reply was modified 6 years, 1 month ago by [jsbrain](https://wordpress.org/support/users/jsbrain/).

Viewing 1 replies (of 1 total)