Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author mahdiar

    (@mahdiar)

    hi
    what is your website address ?

    Thread Starter tse11

    (@tse11)

    It’s still in development so it’s not online yet ??

    Thread Starter tse11

    (@tse11)

    Is there a way I can give you a login privately so you can have a look?

    Plugin Author mahdiar

    (@mahdiar)

    send it to me please
    info[at]paaz[dot]ir

    Thread Starter tse11

    (@tse11)

    I appreciate this, message sent.

    Thread Starter tse11

    (@tse11)

    Hi, thanks for trying to help. Just wanted to let you know I got it all sorted out now. For anyone with the same issues:

    a.activity_fav_users was the correct class to fix this. So, something like this should work:

    a.activity_fav_users {
    display: inline-block;
    }

    Hope that helps and thanks again for trying, mahdiar ??

    @tse11 a.activity_fav_users {display:inline-block;} does not work for me.

    I had to use:

    .fav_box ul.fav-ul-list {
      display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;      /* TWEENER - IE 10 */
            display: -webkit-flex;     /* NEW - Chrome */
            display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
            width: 100%;
    		margin-bottom:10px;
    }

    Plugin Author mahdiar

    (@mahdiar)

    Hi
    I fix it in version 1.8.2 . please try it .

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Anyone know how to fix styling in Firefox?’ is closed to new replies.