#Removing Excess Background in CSS

17 messages · Page 1 of 1 (latest)

loud jay
#

I need some help to remove this background

#

i want the width of the background behind the text to be shorter

#
  padding-right: 30px;
  color: #c9c9c9;
  background: #456e46;
  transition: all .25s;
  border-radius:5px;

}```
#

they are touching each other

rocky fossil
#

Do you mean height?

loud jay
#

no the width

#

the dark green background behind the links

#

are touching each other

rocky fossil
#

padding: 10px 20px;

#

try that

loud jay
#

alright

rocky fossil
#

margin: 0 10px; if not, best I can help withot seeing more

loud jay
#

ok

#

wow

#

you fixed it!!

#

thanks very much!!