Slid & Big Slide – Remove wrap from title

Posted in: Newspaper
Post count: 20

I ‘d like to remove wrap for Post Title wrap from Slide and Slide (or change the max characters per line)
Also as i noticed to Slide box that Catecory and Date is not aligned.
Also i ‘d like to change the background colour of date.

http://i57.tinypic.com/ne8hsw.jpg

Thanks in advance!

Post count: 6600

Hi,

You can change the chars per line from here (for the normal slide): http://screencast.com/t/MNQoafXK
Use this css to change the date background color:

.td_normal_slide .slide-meta .slide-meta-author {
background-color: blue !important;
}

Should work like this: http://screencast.com/t/N6lLSandUb58
For alinging the date and category please use this css:

.iosSlider .slide-meta-author {
position: relative;
top: -3px;
}

Please send your site’s URL so I can inspect this if this dose not work.

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 20

Thanks Lucian!

Everything is working perfect!

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