Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Making the .Active 100%?
Hey guys, again.
I'm stumped. I've tried everything (obviously not) that I know to try make it 100% but it still only set's it by how long the text is.
You can see below what I mean.
I've edited:
.Tabs li
and
.Active { width: 100%; border-radius: 5px; -webkit-border-radius: 5px; background: red; padding: 10px; text-shadow: 1px 1px 0px #063D53; filter: dropshadow(color=#063D53, offx=1, offy=1); font-weight: bold; }
Hopefully someone has done it and can help.
0
Answers
it is better to puts links than screen shots.
with probably doesn't have width becuase it is not a block element use
display:block;
grep is your friend.
I cant post a link because it's in Preview mode. I'll try that though thanks.
Okay, that worked thanks. Another quick question. I'm trying to just change the colour for the Catergories in the box.
.Tabs li { width: 800px; display: block; color: white !important; } li.Active { color: white !important; } a.Active { color: white !important; }
None, worked.