Line break between Categories and Date

Posted in: Newspaper
Post count: 27

What is the easiest way to insert a line break between the categories and the date when viewing a post.

Post count: 854

hi,
use this css :

.column_container article .meta-info .entry-date {
  position: relative !important;
  left : -80px !important;
  top : 25px;
}

here: http://screencast.com/t/v2yjcvc6bQQ2

Thanks for you message.
Radu A.

Post count: 27

It still doesn’t seem to work for all display resolutions.

Post count: 3343

Hi,
Do you want this section to be here: http://screencast.com/t/ldJXeQ8F

Thanks for the message!

Post count: 27

yes, that’s exactly what I’d like to achieve.

Post count: 3343

Hi,
1. Add this code: <div class="meta-info-date"> and </div> like here: http://screencast.com/t/1d7TJrCBNGhv

2. Add this CSS in Theme panel -> Custom CSS

ul.td-category {
    display: inline-block;
    float: none;
}
.post .meta-info {
    max-width: 100%;
}

Thanks!

Post count: 27

Thx Marius.

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