custom logo not responsive on smartphones

Discussion in 'ColorWay WordPress Theme' started by chibee921, Mar 9, 2013.

  1. chibee921

    chibee921 Guest

    Joined:
    Mar 4, 2013
    Messages:
    7
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    @media only screen and (min-width: 768px) and (max-width: 960px) {
    .logo img {
    margin-left: 1px;
    }
    }
    @media only screen and (max-width: 767px) {
    .logo img {
    margin-left: 1px;
    }
    }
     
    @media only screen and (max-width: 480px) {
    .logo img {
    margin-left: 1px;
    }
    }
    2.For your second issue

    In your google map iframe code set its width 100%.


    This will solve your issue.
     
  3. chibee921

    chibee921 Guest

    Joined:
    Mar 4, 2013
    Messages:
    7
    Likes Received:
    0
    Sorry, that code did not work. Could there be a better solution?
     
  4. chibee921

    chibee921 Guest

    Joined:
    Mar 4, 2013
    Messages:
    7
    Likes Received:
    0
    THAT DID NOT WORK. WILL SOMEBODY AT SUPPORT PLEASE HELP WITH A SOLUTION TO THIS ISSUE.
    YOUR RESPONSIVE THEME IS NOT RESPONSIVE IF YOUR CUSTOM LOGO FEATURE IS NOT RESPONSIVE.
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (min-width: 768px) and (max-width: 960px) {
    .logo img {
    margin-left: 80px!important;
    }
    }
    @media only screen and (max-width: 767px) {
    .logo img {
    margin-left: 1px!important;
    }
    }
     
    @media only screen and (max-width: 480px) {
    .logo img {
    margin-left: 1px!important;
    }
    }
     
  6. chibee921

    chibee921 Guest

    Joined:
    Mar 4, 2013
    Messages:
    7
    Likes Received:
    0
    Again, that did not work. It made it worse.
    I have fixed the logo problem myself, by placing it on the left margin in my pc. It shows on the left margin on a Pc but on a smartphone it is in the center. I can live with that. I would prefer they were both centered. I have logos centered using other themes( not yours ) and thier themes are fully responsive without trying to go through all this buggy mess.

    Now the problem is and has been the Homepage intro text bleeds into the homepage slider image when my smartphone is held vertically, but it corrects itself if held horizontally.
    See for yourself---http://tru-artsalon.in-temecula.com/
    Thank you for your help.
     
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Chibee,

    Download theme again from members area it will resolve your issue.
    Latest version (3.2.1) contain active slider for mobile view and you are using version (3.2). That's why this issue is occurring.
     
  8. chibee921

    chibee921 Guest

    Joined:
    Mar 4, 2013
    Messages:
    7
    Likes Received:
    0
    I installed new version 3.2.1 It did not work. Same thing with homepage intro bleeding into slider image
    Just to let you know, I do not have this problem with blackbird
     
  9. chibee921

    chibee921 Guest

    Joined:
    Mar 4, 2013
    Messages:
    7
    Likes Received:
    0
    I fixed it myself by adding another slider image. It stopped the bleeding of the homepage intro into the image.
    I had to remove the slider text box using this code:
    .slide .slide-content.entry {
    display:none;
    }
    The reason for removing the slider text box is because on smartphones whatever is in the slider text box is not on the image-like on a pc- but it is showing up as you scroll down the page and shows up under the homepage intro text.
    Thank you for your assistance.
     

Share This Page