Issue with titles on BigSlide…

Posted in: Newspaper
Post count: 4

Hello,

I’m having a few issues with the titles on the BigSlide.

1. On the main slide, when window is 1020-1200 px wide, the title stacks weird when it’s a long title. Currently, the last word drops down to a third line.

2. On the small slides, the titles truncate. I want to show the full title.

3. On the small slides, when window is 768-1020 px wide, the font is too large.

http://www.sicemdawgs.com/

Thanks.

Post count: 6600

Hi,

I have checked your site and seems like the big slider post title look fine, have you managed to solve this?
This is the normal look of the title on big slider large image: http://screencast.com/t/iXHuXXfKA0Dr
You can change this from td_module_slide_big.php file like this: http://screencast.com/t/tdeImp5vTLJ
If you change that two values you will get this result: http://screencast.com/t/0g5Mdwj0jPrz

Here is the option for changing the big/small images title from big slider http://screencast.com/t/QbxAUrx5C
I have noticed that you have 3.8 theme version and i’m not sure but i don’t think you have these feature in that version so you should update the theme if you want to have this.

For the small images you can change the font-size and line height using this custom css, add it in theme panel > custom css:

@media (max-width: 1020px) and  (min-width: 768px){
.iosSlider  .td-big-grid-post .td-big-grid-title a {
font-size: 10px!important;
line-height: 10px!important;
}
}

Adjust the size as you like by changing the pixel value.

Hope this helps!
Thanks

  • This reply was modified 11 years by Lucian.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.