Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
 
Pages: 1
#1 2008-11-23 18:05:55
- roelof
 - Member
 - Registered: 2005-03-27
 - Posts: 647
 
two css problems
Hello,
I have two little problems with my css.
When you look at this page : http://test2.tamarawobben.nl/?pg=3&s=default&c=zwangerschap&month=2005-04
you can see the two problems.
One is that the month isn’t displayed on the right place 
And the second is that the current page number stays blue with a green border.
I need that everything is green with the current page.
Anyone any clue.
Roelof
Offline
Re: two css problems
Hi Roelof,
I wish you would put all your questions in one thread, since its all about the same site… ;-)
Nice to see you are using my TXP Minima template!
In your CSS, you can add this:
ul#navlist li.here a {	background-color: #8a3;
	border: 1px solid #8a3;
	color: #000000;}
And it should work as you wish. For your first query about the month display, cannot answer unless I know what it “should” look like.
Offline
#3 2008-11-23 18:58:06
- roelof
 - Member
 - Registered: 2005-03-27
 - Posts: 647
 
Re: two css problems
Hai, johathan,
Regarding the first guestion.
You can see here (http://test.tamarawobben.nl/?c=zwangerschap&month=2005-02) how it must look like.
Roelof
Last edited by roelof (2008-11-23 18:59:11)
Offline
Re: two css problems
Roelof,
In the correct page, you have padding-top set to 6px, while in the incorrect page, it is set to 10px.
.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}
					Offline
#5 2008-11-23 19:31:40
- roelof
 - Member
 - Registered: 2005-03-27
 - Posts: 647
 
Re: two css problems
Hoi Jonathan,
Thank you for your help.
And is used your template because it’s a nice template and it suits my needs.
Roelof
Offline
Pages: 1