Information on sliders not present in mobile view

Discussion in 'StartPoint Business One Page WordPress Theme' started by usaussiecoach, Jun 10, 2014.

  1. usaussiecoach

    usaussiecoach New Member

    Joined:
    Apr 10, 2013
    Messages:
    3
    Likes Received:
    0
    First, may I say I love, love, love Ink themes.
    Second, I apologize if this has been addressed and I was unable to understand the information.
    On the laptop, the text and button over the slider is present and probably will link with no problems (# in space currently). However, when viewed on a mobile device, the pictures are there without my descriptive text box or action buttons. And, it only shows 3 pictures instead of the 4 I have loaded. Please help. PS. unfortunately, I am the WP user that needs the copy of css with a big "Insert what we just said right here" highlight and example. If it helps, the site is www.practicewholeness.com.
     
  2. Nitesh

    Nitesh Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media (max-width: 300px){
    .flex-control-nav li {
    margin: 4px 0;}}
    @media (max-width: 479px){
    .flex-control-nav li {
    margin: 4px 0;}}
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. usaussiecoach

    usaussiecoach New Member

    Joined:
    Apr 10, 2013
    Messages:
    3
    Likes Received:
    0
    Thank you Nitesh,
    I appreciate the breadcrumb type instructions on where to paste the code you provided. That action did get all 4 sliders to show up on the mobile device. However, there still is no text or button in the mobile view. Could you please provide further assistance with that issue?
    Thank you,
    Jodie
     
  4. Gourav

    Gourav Support Staff

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

    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
     
    amaconline likes this.

Share This Page