Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
mato
tagDiv Member

Hi,

I am also using Post Style 3 template and I’m missing image caption. How can I add it?
Adding css you posted earlier does not do anything because there is no caption in html code.

Regards,
Mato

mato
tagDiv Member

It works fine when I activate the main theme. But I will stick with this quickfix.

mato
tagDiv Member

I made a quickfix by prepending grid classes with div in stylesheets:
/* ----------------------------------------------------------------------------
main grid quickfix
*/
div.td-pb-span1 {
width: 8.33333333%;
}
div.td-pb-span2 {
width: 16.66666667%;
}
div.td-pb-span3 {
width: 25%;
}
div.td-pb-span4 {
width: 33.33333333%;
}
div.td-pb-span5 {
width: 41.66666667%;
}
div.td-pb-span6 {
width: 50%;
}
div.td-pb-span7 {
width: 58.33333333%;
}
div.td-pb-span8 {
width: 66.66666667%;
}
div.td-pb-span9 {
width: 75%;
}
div.td-pb-span10 {
width: 83.33333333%;
}
div.td-pb-span11 {
width: 91.66666667%;
}
div.td-pb-span12 {
width: 100%;
}

Viewing 3 posts - 1 through 3 (of 3 total)