hi i have 1 full post displayed on my homepage before my grid and i have hidden the title for that post however the text still aligns to the right leaving space for the where the title would be how can i set this post so that the text fills the whole width of the page
http://tbar-restaurant.com.au/
thankyou in advance
Try adding this to your custom styles:
.page-template-template-full-width-php .hentry.onecol .entry-summary {
float: none;
width: 100%;
}