after update , related products in mobile messed up
-
after update , related products in mobile messed up , some of elements move from right to left and some of them from left to right as shown in attachment
Attachments:
You must be
logged in to view attached files.
Hello,
Please find this file: woodmart\inc\classes\Pagecssfiles.php
Then find this line: if ( is_rtl() && isset( $file['rtl'] ) ) {
and replace it with this line:
if ( is_rtl() && isset( $data['rtl'] ) ) {
‘
We will fix this in our nearest update.
If you have any questions please feel free to contact us.
Best Regards