Little question about topiclist

English Style Support
Post Reply
GlouGlouGlou

Little question about topiclist

Post by GlouGlouGlou »

Hi,

Using proformell style, i have build a little box and make it with this style.
But i have a problem with the topiclist dt css

Original is

Code: Select all

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}
but for my box, i want the width to 90%, but impossible for me to change this.
Have you a solution to make this ?

Thx.
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: Little question about topiclist

Post by Marc »

Do you have a link to your board? That make it a lot easier for me. ;)
Anyhow, try putting this in the <ul>-tag:

Code: Select all

style="width: 90%;"
I hope this overrides the original setting.
Image
GlouGlouGlou

Re: Little question about topiclist

Post by GlouGlouGlou »

Hi marc,

I already trying this, but it's not overriding the original setting.
It's just modify the width after the 50% of topiclist ... so more little.

My board are not online at this time and only in local.
I'm trying some codes, but with no result.
Have you an another solution ?

Thx.
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: Little question about topiclist

Post by Marc »

You have to put that in the <dt> tag, as the CSS you posted affects the <dt>.

If that is not what you actually want to do, maybe post a screenshot of your problem and what you want to achieve (If you want to upload an attachment, you will probably have to register).
Image
GlouGlouGlou

Re: Little question about topiclist

Post by GlouGlouGlou »

Great thanx marc, it works fine now.
Have a good day.
Post Reply