Home Forums WoodMart support forum after update , related products in mobile messed up

after update , related products in mobile messed up

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331705

    ammory02
    Participant

    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.
    #331852

    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

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