"table” not being responsive on mobile devices

Discussion in 'ColorWay WordPress Theme' started by brunospace_168h, Sep 13, 2015.

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

    brunospace_168h New Member

    Joined:
    Aug 27, 2015
    Messages:
    13
    Likes Received:
    0
    I am having an issue with “table” in the Colorway Theme not being responsive on mobile devices and smaller screens. Here is a link to a page: http://www.jandmdigitaldesign.com/split-type/ and a screenshot of the page in smaller desktop windows. There are issues on mobile view as well.

    Thank you very much!
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    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) and (min-width: 480px){
    .content-wrapper {
        margin-left: 12px !important;   
    }
    }
    @media only screen and (max-width: 480px){
    body {
        font: 53%/1.5 Verdana, Arial, Helvetica, "Luxi Sans", sans-serif, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", "PMingLiU";
    }
    }
    
    Hope it will resolve your issue :)

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. brunospace_168h

    brunospace_168h New Member

    Joined:
    Aug 27, 2015
    Messages:
    13
    Likes Received:
    0
    It works! Thanks a lot. :)

    Jennifer
     
Thread Status:
Not open for further replies.

Share This Page