Property pages showing table

Discussion in 'HomeBuilder WordPress Theme' started by suhayla, Nov 15, 2013.

  1. suhayla

    suhayla New Member

    Joined:
    Feb 19, 2013
    Messages:
    7
    Likes Received:
    0
    Hi,

    I am not using the table and browse listing options on my site. I've managed to delete a lot of it in editor. But I just cant get rid of the small table under my tags in property posts. This is where number of rooms etc was.

    When I delete </table> in the single post file it goes, but moves the rest of the page off balance (widgets move underneath etc). I tried taking the borders off in CSS but that didn't work either. Any ideas?

    The posts can be found: http://www.eganelectrical.com/no-call-out-charge/

    Thank you.
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .page-item-content table {
    display: none;
    }
    This will solve your issue.
     

Share This Page