link to your site and example please
https://jimandms.com/forums/
I would like the forum names under the categories to be indented, say 25px for example.
I have tried `.bbp-forum-title {
text-indent:: 25px;
}`
and `a.bbp-forum-title {
text-indent:: 25px;
}`
and neither one works.
Tnanks for looking!
Jim
forums are not open without registering
Do you really have two ::
in your CSS file? There should be one.
Yeah, I did have :: there, that was a good pickup. But I changed that and still no joy…
Just for example sake. what I have is:
Category
Forum
Forum
What I would like is
Category
Forum
Forum
I have tried using the inspector to find the elements, but when I try to use text-indent it has not effect.
Any other ideas?
Once again, Thanks!
Jim
I’d try using padding-left
instead
The padding-left did the trick. Thanks! I guess my CSS is a little more rusty than I thought…
great – glad you are fixed