Hello, I purchased 2 years ago Colorway Theme, updating it until the release 2.1.7. Can I have a plugin to crate a mobile version of my website? Or should I buy the same theme again in the new version?
Hello, There is no need of buying theme again. Just download updated version theme from your members area and upload it. Login here: http://inkthemes.com/members/member/index Thanks & Regards Gourav Shrivastava
Hello, Thanks for the previous help Now I have a problem with the slide in the mobile version of my website www.oggettiterracotta.it. The slides are moved to the right and not seen in full. thank you for your constant help. Stefano
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px){ .slide-img{ margin-left:0; } } @media only screen and (max-width: 767px) and (min-width: 480px){ .slide-img{ margin-left:0; } } Thanks & Regards Gourav Shrivastava
Hello, Unfortunately, the code you gave me does not work. I modified the css to have the slides of 600px instead of 897px. Could this be the problem? thanks for help
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px){ .slide-img{ margin-left:0!important; } } @media only screen and (max-width: 767px) and (min-width: 480px){ .slide-img{ margin-left:0!important; } } This will solve your issue. Thanks & Regards Gourav Shrivastava