Log in

View Full Version : Post Bit Footer Width/Height for larger images than 16x16px?


M@tthew
01-05-2010, 03:06 PM
Hi everyone,

I'd like to make the post-bit footer wider (higher?) to accommodate larger images than the default 16x16px images, for post edit, reply, quote etc (see attached screenshot).

I can't find how to do this - I've tried adjusting the StyleVars and the postbit template .css file 'postbit.css' (height settings in footer, no luck).

Can anyone help, otherwise I'm stuck with 16x16px images.

Many Thanks. :)

Oyabun
02-22-2010, 05:51 PM
Hi everyone,

I'd like to make the post-bit footer wider (higher?) to accommodate larger images than the default 16x16px images, for post edit, reply, quote etc (see attached screenshot).

I can't find how to do this - I've tried adjusting the StyleVars and the postbit template .css file 'postbit.css' (height settings in footer, no luck).

Can anyone help, otherwise I'm stuck with 16x16px images.

Many Thanks. :)

I need that too, seriously!

Xtrato
02-22-2010, 05:55 PM
ok here, do this::

Go to SEARCH IN TEMPLATES ::: Select your Template

Find : .postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrols

Select postbit.css , if you use Firefox , CTRL - F , and paste the same code , or just find it ... It will loook something like ..


.postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrols {
padding: 3px 0 7px;
display:block;
background: {vb:stylevar postbit_foot_background};
_background-image: none;
font: {vb:stylevar postbit_control_font};
width: 100%;
height: 16px; <<--- CHANGE THIS VARIABLE TO WHATEVER YOU WANT
margin-{vb:stylevar right}: 10px;
}


and well, save it ..

Oyabun
02-22-2010, 05:59 PM
Using 4.0.2, followed your explanation, doesn't seem to work...

Xtrato
02-22-2010, 06:02 PM
link to your site? , and you need to also complement the change with padding and or margins to center your image..

Oyabun
02-22-2010, 06:03 PM
http://forum.de

Watch for example here.
Where do I have to change the padding and margins?
Im so confused since vb4 :(
Can't find anything...

Xtrato
02-22-2010, 06:07 PM
any test account? i dont feel like registering ..

Oyabun
02-22-2010, 06:10 PM
any test account? i dont feel like registering ..

Sorry,

nick: testuser
pass: 12345

Just need to know where to change the
"padding and or margins "

Xtrato
02-22-2010, 06:13 PM
can you go to my site www.xtrato.net , and click on Live Support ( top right ) , no you wont be charged .. i find it difficult what you are REALLY trying to achieve here.. maybe some live chat will help , then we can post results here.

Thanks

Oyabun
02-24-2010, 01:28 AM
Couldn't figure it out :(

Oyabun
03-02-2010, 03:38 PM
Anyone else, any idea?