Homepage slider mobile StartPoint

Discussion in 'StartPoint Business One Page WordPress Theme' started by irenegrafi, Mar 11, 2016.

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

    irenegrafi New Member

    Joined:
    Feb 4, 2016
    Messages:
    4
    Likes Received:
    0
    Hi,

    I love your theme StartPoint. But I have a question. If I look on a mobile I can see the image of the slider but not the heading and description. How can I solve that?

    Here is my website: http://ficm.nl/

    Thanks,
    Irene
     
  2. priya

    priya Guest

    Hello Irena,

    Greetings from InkThemes!

    I would like to tell you it's not a big issue....

    Actually, we have just disabled heading and description for the small screen due to responsiveness issue..As on small screen the text will become so small as we are not able to read that, so that's why we usually disable that part for the small screen...

    If still you want to show your text, let me know I will do it for you...

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. irenegrafi

    irenegrafi New Member

    Joined:
    Feb 4, 2016
    Messages:
    4
    Likes Received:
    0
    Hi Priyanka,

    Yes please I want to show my text in the slider on a small sreen. Can You help me …

    Thanks
    Irene
     
  4. priya

    priya Guest

    Hello, Irene..

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media (max-width: 991px){
    .flex-caption {
        display: block;
    }
    }
    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. irenegrafi

    irenegrafi New Member

    Joined:
    Feb 4, 2016
    Messages:
    4
    Likes Received:
    0
    Thanks, now it show under the image look at my screenshot.
    Is it possible to make it a littelbit smaler?

    Thanks!
    Irene
     

    Attached Files:

  6. priya

    priya Guest

    Hello, Irene..

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    @media (max-width: 991px){
    .text-container {
        padding: 0;
    }
    .text-container p a {
        padding: 4px 16px;
    }
    .text-container h1 {
        padding: 57px 56px;
        font-size: 13px;
    }
    .text-container h3 {
        padding: 12px 30px;
        font-size: 15px;
    }
    }

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. irenegrafi

    irenegrafi New Member

    Joined:
    Feb 4, 2016
    Messages:
    4
    Likes Received:
    0
    Yes! Thank you!

    Regards!
    Irene
     
Thread Status:
Not open for further replies.

Share This Page