Full width title on posts with sidebars

Posted in: Newspaper
Post count: 317

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

Post count: 6600

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

  • This reply was modified 12 years by Lucian.
  • This reply was modified 12 years by Lucian.
Post count: 317

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!

Post count: 6600

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;
}
Post count: 317

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.

Post count: 6600

Hi,

Please make sure you have pasted the code corectly, I have checked it again, should work: http://screencast.com/t/ypUCS4bLL

Thanks

Post count: 317

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!

Post count: 6600

Hi,

Add this custom CSS in Theme Panel -> Custom CSS :

.single .author-box-wrap {
margin-bottom: 40px;
}

Thanks

Post count: 317

It worked, thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.