Not working in NewsTube theme!
-
I find the Title & Subtitle exist, but display only as two small squares. You could see it at: https://www.doosra.sanskritiarts.net/.
Using Firebug, I found this:
.cactus-listing-heading h1 span {
background-color: rgba(245, 136, 33, 1);
color: rgba(255, 255, 255, 1);
display: inline-block;
font-size: 11px;
height: 25px;
line-height: 1;
margin-left: 2px;
margin-top: 5px;
padding-top: 7px;
text-align: left;
vertical-align: top;
width: 25px; <**problematic value**>
}If I change width: 25px; to say, 790 both the title & subtitles appear, but in a weird styling. If I remove the plugin, mysteriously, this whole CSS disappears.
Please help me. thanks
- The topic ‘Not working in NewsTube theme!’ is closed to new replies.