# wpvr/8.5.39/admin/css/wpvr-admin2-rtl.css

WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress, version 8.5.39. 29 lines.

- Page: https://pluginprobe.com/plugins/wpvr/8.5.39/code/admin/css/wpvr-admin2-rtl.css
- Raw: https://pluginprobe.com/plugins/wpvr/8.5.39/raw/admin/css/wpvr-admin2-rtl.css
- Modified: 2024-03-13T05:26:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpvr/8.5.39/code/admin/css/wpvr-admin2-rtl.css#L10-L20`.

```css

body.rtl {
    .wpvr-welcome {
        margin-left: 0px;
    }

    .wpvr-welcome .wpvr-features .single-feature .see-example {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li:first-child {
        margin-left: inherit;
        margin-right: 0;
    }

    .wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li:last-child {
        margin-left: inherit;
        margin-right: auto;
    }

    .wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li {
        margin-left: inherit;
        margin-right: 30px;
    }

}
```
