My site: http://freeamericatoday.pl
I have a problem with background under articles. Now it looks like that: http://freeamericatoday.pl/Inne-polskie ... kreca.html
I want ot to look like in image: (grey background from left to right under article tools) How can I do this?
EDIT:
OK, I made it.
In template.css add
- Code: Select all
background:#colornumber;
in:
- Code: Select all
#gk-current-content{float:right;}
so it should look like that:
- Code: Select all
#gk-current-content{float:right; background:#colornumber;}