help for make background text ios slider if full width

Posted in: Newspaper
Post count: 63

can you help me for make slider background for text is full?
for i mean, please see like this
http://2.bp.blogspot.com/-t62pArOfKyE/VD3MdY67RrI/AAAAAAAAAm4/dB0ZX0LMPiQ/s1600/full%2Bbackground%2Btext%2Btitle.jpg

Thanks

Post count: 6600

Hi,

Please use this custom css in theme panel > custom css: http://screencast.com/t/NkCjMvYs
If you want the title on one line go to td_module_slide_big.php file and change the number of chars per line, like this: http://screencast.com/t/SX6u65gdG

Use this css:

.td-sbig-title-wrap, .td-sbig-title, .td-sbig-title {
width: 100%;
}

.td-sbig-title-wrap {
bottom: 0px; 
}

Thanks

Post count: 63

css for make full width background is working sir…
thanks

but i have problem for make the title on one line if on mobile, 1 line if view from desktop, and if view in mobile make 2 line but line spacing is bad… can you give me css for make line spacing if cute?

for i mean i like this :
http://4.bp.blogspot.com/-39HPKV5TjH4/VECacCbZ7-I/AAAAAAAAAnc/Dn1ta8Ju5Pc/s1600/problem.jpg

Thanks

Post count: 63

*wait

Post count: 6600

Hi,

That happens because of the font size, which is the same as the one on desktop, you can use this css to change it: http://screencast.com/t/wtypDMY8

@media (max-width: 767px) {
.td-big-grid-post-0 .td-sbig-title-wrap a {
font-size: 17px !important;
line-height: 12px;
}
}

Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.