Testimonials overlapping contact section on iPhone

Discussion in 'StartPoint Business One Page WordPress Theme' started by mic911, Jul 26, 2015.

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

    mic911 New Member

    Joined:
    May 12, 2015
    Messages:
    6
    Likes Received:
    0
    Hi,

    When I view my website from my iPhone (using the Chrome and Safari), the testimonial text overlaps the contact form. It looks fine from my computer's browser.

    Screenshot is attached.

    In the custom CSS, I have the following code entered that I got off this forum to keep the testimonial section height consistent:

    Code:
    .testimonial-wrapper {
      height: 360px;
    }
    URL: http://dublinbay.ca

    Thanks!
    Paul
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

    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: 480px){
    .testimonial-wrapper {
        height: 600px !important;
    }
    }
    Thanks,
    Praveen
     
  3. mic911

    mic911 New Member

    Joined:
    May 12, 2015
    Messages:
    6
    Likes Received:
    0
    Hi Praveen,

    Thanks a lot! I made that change and just had to flush the cache in wordpress and it worked!

    Thanks again for your help!
    Paul
     
Thread Status:
Not open for further replies.

Share This Page