RTL

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #63422

    idanyashar
    Participant

    Hi, after I updated the theme today many glitches occurred (lot of LTR) can u help me with this.
    I’ve added 5 images to show you what I’m talking about

    #63423

    idanyashar
    Participant

    images

    Attachments:
    You must be logged in to view attached files.
    #63428

    idanyashar
    Participant

    1 more image

    Attachments:
    You must be logged in to view attached files.
    #63435

    Artem Temos
    Keymaster

    Hi,

    Try to edit your child theme functions.php and replace the function woodmart_child_enqueue_styles with this one

    function woodmart_child_enqueue_styles() {
        wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) );
    }

    Regards

    #63438

    idanyashar
    Participant

    Amazing

    #63445

    If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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

The topic ‘RTL’ is closed to new replies.