Old version of Colorway Theme Pro

Discussion in 'ColorWay WordPress Theme' started by stefpalumbo, Mar 26, 2014.

  1. stefpalumbo

    stefpalumbo New Member

    Joined:
    Apr 21, 2012
    Messages:
    4
    Likes Received:
    0
    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?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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
     
  3. stefpalumbo

    stefpalumbo New Member

    Joined:
    Apr 21, 2012
    Messages:
    4
    Likes Received:
    0
    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
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207


    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
     
  5. stefpalumbo

    stefpalumbo New Member

    Joined:
    Apr 21, 2012
    Messages:
    4
    Likes Received:
    0
    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
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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
     

Share This Page