Some issues

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Feb 18, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    I have some issues when I open my website on mobile phone.

    The slider disappears not correct and the lead capture form overlap the home page Main heading.

    See attachment -->

    Can you help me out?
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flexslider .slides {
    height: auto !important;
    }
    .flexslider .slides img {
    height: auto !important;
    }
     
    @media only screen and (max-width: 767px){
    .caption-wrapper {
    padding-bottom: 50px !important;
    }
    }
    Thanks,
    Praveen
     

Share This Page