Hi!
I would like to make the Title of Posts which has sidebar to be full width. I mean the title should be full width (in one line, like full width posts:http://screencast.com/t/oxrW5uPu) and then the post content and the sidebar should appear. Here is an example:

I guess this is possible but couldn’t figure out how to. It would be really appreciated if someone from tagDiv or this community helps me out.
Regards,
Mehedi
Hi,
You have to add this code http://pastebin.com/ecY7aQ50 to the single.php file like this: http://screencast.com/t/KVO2deGrh
Comment this section from loop-single.php file like this: http://screencast.com/t/8PMBsVFH
And add this custom CSS in Theme Panel -> Custom CSS:
.post header {
top: 0px !important;
}
Thank you
Hi!
I added the code but it didn’t worked as expected. The breadcrumbs appears after the title, but i want it before the title. also, the Author name and date shows up before the post and there is space between the meta info and title. Please help.
here: http://screencast.com/t/vxJhvePv3f
thanks!
Hi,
1. Replace single.php file with this: http://pastebin.com/te1XynKV
2. Replace loop-single.php file with this: http://pastebin.com/11Z04FPy
3. Add this CSS:
.entry-crumbs {
position: relative;
top: 20px;
}
.span12 .td_grid_wrap {
padding-top: 25px;
}
.single-post .post {
padding-top: 35px;
padding-bottom: 0px;
}
.single-post .td-page-wrap .span12 .td-grid-wrap {
padding-top: 0px;
}
Hi there,
Thanks for sending that in. Unfortunately, it didn’t worked. It shows a PHP error. here: http://screencast.com/t/clFShVCLO
thanks! let me know.
Hi,
Please make sure you have pasted the code corectly, I have checked it again, should work: http://screencast.com/t/ypUCS4bLL
Thanks
Hi,
It worked! Thank you very much. I found a bug : http://screencast.com/t/tRiQhAc8 There is no space between the Author Box and You Might Also Like box. How can fix it?
Thanks!