• Resolved Michalooki

    (@michalooki)


    Hi,
    I use the plugin in rtl website. The toolbar appears in the right side of the screen.
    The website logo is on the right and I want to put the accecibility toolbar on the left.
    I tried to change some css classes in child-theme css but it did not work.

    rtl body.acp-readable #acp-toolbar,
    .rtl body.acp-marklinks #acp-toolbar,
    .rtl body.acp-dark #acp-toolbar,
    .rtl body.acp-bright #acp-toolbar,
    .rtl #acp-toolbar {
    left: 30px !important;
    right: auto !important; }

    Any suggestions how can I do it, or what css class will work?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change toolbar position in rtl to be on the left’ is closed to new replies.