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.
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.