Block header in sidebar

Posted in: Newspaper
Post count: 8

Hi I have added a header in the side bar, but it is not displaying correctly. Sidebar was created within page. not through appearances->widgets.
Code used was
<div class=”td-block-title-wrap”>
<h4 class=”block-title”>Our Papers</h4>
</div>
Please see image for refference (our papers)
http://www.mediafire.com/view/rdvbembevwy49lh/block+header.PNG

Post count: 22421

Hello,
You will have to use a raw html element as a text box will strip the span element.
You will have to use it like so: http://screencast.com/t/6Z4gsZOueV
<div class="td-block-title-wrap"><h4 class="block-title"><span>my text here</span></h4></div>
Thanks.

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