compatibility issue with WPML

Dear Phil,


i believe there are compatibility issue with WPML . i report overlaping menu icon and logo when WPML change the language from english to persian. you suggest a CSS code ... but i hope you solve it by next updates

again now i face with abnother issue. please check attached images. offer slider in english mode is ok. but by WPML in persian , it collapsed as attached. please check ....

website link is www.aktistech.com


thx

Comments

  • Hi,

    Thanks for reporting I will pass it to the dev team.

    For now, please, use the following CSS code:

    @media only screen and (min-width: 768px) and (max-width: 959px){
       body.rtl .offer_thumb_ul .offer_thumb_li .image_wrapper{
         float: none;
     }
    }
    .rtl .offer_thumb_ul .offer_thumb_li .image_wrapper{
       float: left;
    }
    .rtl .offer_thumb_ul .offer_thumb_li .desc_wrapper .title a.button{
       right: unset;
       left: 0;
    }
    .rtl .offer_thumb_ul .offer_thumb_li .desc_wrapper .title{
       padding-left: 30px;
       padding-right: 0;
    }
    .rtl .offer_thumb_ul .offer_thumb_li{
       padding-left: 0;
       padding-right: 30px;
    }
    .rtl .offer_thumb_ul .offer_thumb_li .desc_wrapper{
       float: right;
       margin-left: 4%;
       margin-right: 0;
    }
    .rtl .offer_thumb{
       padding-left: 0;
       padding-right: 120px;
    }
    

    Thanks

Sign In or Register to comment.