Title width on blog posts when sidebar enabled

Posted in: Newspaper
Post count: 84

Hi

When I have the sidebar enabled on my blog posts template, the width of the post title is the same as the text width only. I would like to have the title width adjusted to the featured picture width, and equal to the width of the text and the sidebar together. Is this possible to do by CSS changes?

http://www.ladiesabroad.se/2016/10/are-utanfor-skidsasongen.html I would like to have the word “utanför” on the upper title row, not on the lower, as there is room to the right of the word “fungerar”.

Thanks.

Post count: 6535

HI

Try this css in theme panel > custom code. custom css: http://screencast.com/t/Kyq3kDQRXC17

.td-post-template-3 .td-post-title{
width: 100%;
}

Thanks!

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