Home › Forums › Weaver Xtreme Theme › How do I adjust the space between main menu items? › Re: How do I adjust the space between main menu items?
Great Scrambler!! Thank you for teaching me this π I had never used CSS in a theme before so didn’t understand those issues π π You *are* the best!! π
But hmmmm it didn’t totally work for me …
This by itself underlines all links great
a {padding:0 7px;text-decoration: underline;}
a {padding:0 7px;} %selector% a:active {text-decoration: underline;} – does nothing for underline
adding #nav-header-mini in doesn’t make a difference
I need this { list-style-type: none; text-align:left; float:left; font-size: 125%; } to make the sizing right
it doesn’t work if I put it afterward or in the other places I can find
jeepers – I hope I am not bugging you too much – when I take everything out and just put in this
a:active {
text-decoration: underline;
}
it doesn’t do anything either …
I am thinking the active link is the page one is currently on – right?
(I went back to W3Schools and tried to see where I was going wrong to make sure I understood)
So I amputting this back in to show you
a {padding:0 7px;} %selector% a:active {text-decoration: underline;}
I have made dozens of new pages (now all deleted) since I was getting erratic results from refreshing and then started doing this very methodically – I have spent a couple of hours doing this
It is ok if you are finished with this …. and I would like to know what I am doing wrong if you so desire.
Thank you so much again Scrambler for your patience and kindness!!! ~ Diane Clancy

