home page not fully responsive

Discussion in 'Compass WordPress Theme' started by drkmbrown, Jun 7, 2014.

  1. drkmbrown

    drkmbrown Member

    Joined:
    Jul 2, 2013
    Messages:
    52
    Likes Received:
    0
    When I view the home page on a phone, none of the headers or descriptions come up for the sliders. http://drkwamebrown.com
     
  2. Gourav

    Gourav Support Staff

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

    Compass WordPress theme is fully responsive.
    We remove the slider description in media device mode because it occupies the space of slider and which is not looking good.


    Thanks & Regards
    Gourav Shrivastava
     
  3. drkmbrown

    drkmbrown Member

    Joined:
    Jul 2, 2013
    Messages:
    52
    Likes Received:
    0
    There is no way to change that? Doesn't it kind of defeat the purpose of having a slider?
     
  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: 767px){
    .salesdetails {
    display: initial;
    }
    .sl-slide-inner h1 {
    font-size: 15px;
    line-height: 10px;
    }
    .sl-slide-inner p {
    font-size: 11px;
    }
    } 

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  5. jbmportillo

    jbmportillo New Member

    Joined:
    Jul 31, 2012
    Messages:
    20
    Likes Received:
    0
    It does not work for an iPhone 5S. The slider description is at the lower end of the image. Any other alternative ? Thanks
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    We didn't get this issue in theme as well as your website.

    Thanks & Regards
    Pramod
     
  7. tcannon06

    tcannon06 New Member

    Joined:
    Jul 10, 2012
    Messages:
    4
    Likes Received:
    0
    Hi, for the slider. What code can I add to completely fit the whole image when viewed in portrait orientation on a smart phone? Having some issues with text on images cutting off and it's not an option to use images without text for this purpose.

    Thank you!
     
  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi!

    Could you please provide us some edited screenshot?
    Also provide us URL of your website.

    Thanks,
    Praveen
     

Share This Page