Resize homepage sliders for mobile

Discussion in 'Compass WordPress Theme' started by dcjunior, May 31, 2015.

Thread Status:
Not open for further replies.
  1. dcjunior

    dcjunior New Member

    Joined:
    Jun 1, 2012
    Messages:
    29
    Likes Received:
    0
    My homepage sliders cut off on the right hand side on mobile phone.

    I also added a banner to the homepage bottom feature and that gets cut off as well on mobile phone.

    I attached screenshots.

    http://inhalebbq.com/

    [​IMG]

    [​IMG]
     
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 767px){
    .bottom_tagline h3 img {
      width: 100% !important;
      height: auto !important;
    }
    div#slider img {
      width: 100% !important;
      height: auto !important;
     }
    }
    Thanks,
    Praveen
     
  3. dcjunior

    dcjunior New Member

    Joined:
    Jun 1, 2012
    Messages:
    29
    Likes Received:
    0
    That worked perfect. Thank you so much. Love this theme. :)
     
Thread Status:
Not open for further replies.

Share This Page