• Place bar and place bar actions

    By Mikolaj MS Szczepanski 1 decade ago

    Hello,

    Is there a possibility to align place bar action to the left?

    • I was wondering the same...

      By Ryan Buening 1 decade ago

      I was trying to figure this out too. I'm trying to use different styles (float: left, etc.) but nothing seems to be working.

      • Solution...

        By Ryan Buening 1 decade ago

         

        Put the following style in your css stylesheet:

        .lotusPlaceBar .lotusBtnContainer
        
        {
        
            float: left;
        
        }