Email Address Font is not right for mobile view

Discussion in 'ColorWay WordPress Theme' started by merittmediaservices, Mar 21, 2015.

  1. merittmediaservices

    merittmediaservices New Member

    Joined:
    Aug 10, 2013
    Messages:
    10
    Likes Received:
    1
    Hi,

    The email address on my website when view using Iphone or mobile view is out of proportion.
    My website is http://officechair.sg

    Thanks.
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    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){
    .content-info h1.title {
      font-size: 16px;
    }
    }
    Regards,
    Sameer
     

Share This Page