Responsive Tables Within Pages

Discussion in 'BlackBird WordPress Theme' started by mrwindowscreen, Mar 27, 2014.

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

    mrwindowscreen New Member

    Joined:
    Feb 18, 2014
    Messages:
    4
    Likes Received:
    2
    I have inserted tables into my full-width page in the Blackbird theme. These tables however are not responsive like the rest of the website (the tables get cut off on mobile/tablet). How can I make the table responsive like the rest of the site? Is there a quick coding fix for this?

    Example: http://www.mrwindowscreen.com/door-screens/

    Thanks in advance!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    table,tr,td, table img{
    max-width:100%;
    } 
    This will solve your issue.
     
  3. mrwindowscreen

    mrwindowscreen New Member

    Joined:
    Feb 18, 2014
    Messages:
    4
    Likes Received:
    2
    This works perfectly! Thank you :)
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page