Using Style 2 breaks sidebar

Posted in: Newspaper
Post count: 60

Hi,

I reported the bug earlier as well, reporting again. Choosing Style 2 and Style 5, where Title goes over sidebar in DEFAULT SITE POST TEMPLATE breaks the Latest Posts layout in sidebar as you can see in pic. Please release a fix

https://docs.google.com/file/d/0B-ALfi5glBeCVnZJMlpKcGVBbUE/edit

Thanks.

Post count: 3343

Hello,
I can’t replicate the bug, I’ve tested the Template style 2 and 5 and everything works fine in sidebar. I’ve checked you site and i see that now the issue is solved. http://www.themukt.com/2014/08/14/motorolas-new-phone-360-watch-land-september-4th/

Thanks for the message!

Post count: 60

Hi Marius,

That very well replicatable as there is a css property which creates line-height of 50px in sidebar which breaks it as showed in screen shot. Here is the default css property:

.single_template_2 .entry-title, .single_template_5 .entry-title {
font-size: 35px;
line-height: 50px;
margin-bottom: 14px;
margin-top: 0;
}

You don’t see on themukt because I edited the css to force 21px line height in side-bar. My changes.

.td_mod3 .entry-title a, .td_mod3 .entry-title {
font-size: 15px !important;
line-height: 21px !important;
position: relative;
}

Post count: 3343

Hi,
The above selector is applied for the post title and for post title from blocks we have a much stronger selector that overwrite the above rule.

I’ve tested those templates 2 and 5 and my blocks from sidebar looks fine. I will fix the CSS to be more specific for the post title.

Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.