• Resolved pomegranates

    (@pomagaj)


    Is there a way to change position of “wpdiscuz-loading-bar”? Right now, when someone submit comment, the loading bar is showing up in the header of my site site which is not ideal…

    Thanks in advance and best wishes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @pomagaj,

    I’m sorry, but there is no any option to change the position of the Loading bar.
    I suggest you use the CSS code for this purpose. e.g. like this one:

    .wpdiscuz-loading-bar-auth {
        top: 50%;
        left: 50%;
    }  

    The CSS code must be added in Dashboard > Comment > Settings > “Custom CSS Code” textarea.

    Thread Starter pomegranates

    (@pomagaj)

    Now it makes more visual sense. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Loading bar – change placement’ is closed to new replies.