The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to change width and background color of last post information?

3 posters

Go down

How to change width and background color of last post information? Empty How to change width and background color of last post information?

Post by GAT:TEA April 5th 2012, 11:44 pm

Hi, all, how can I change the width and background color of the last post information? I would prefer to move it more to the right, but that seems impossible. That being said if I can lower it's width that'll do.

forum url:
http://wockeez-internationa.forumotion.net/
avatar
GAT:TEA
Forumember

Female Posts : 71
Reputation : 13
Language : English
Location : Chicago

Back to top Go down

How to change width and background color of last post information? Empty Re: How to change width and background color of last post information?

Post by Light Elf April 6th 2012, 1:01 am

Hello GAT:TEA, you can try this:
Code:
.borderwrap table th {
background: transparent;
float:right;
}
If that doesent work try this:
Code:
.borderwrap table th {
background: transparent;
margin-left:Ypx;
}
Y is number of pixels, you try how much you need.
To change width type width:Ypx;
for heigth type height:Ypx;
For backgruond color type:
background-color:#HEX value for color;
Light Elf
Light Elf
Forumember

Posts : 144
Reputation : 11
Language : English

Back to top Go down

How to change width and background color of last post information? Empty Re: How to change width and background color of last post information?

Post by E-Mark April 6th 2012, 9:59 am

Put this in your CSS Stylesheet:
Code:

td.row1{
text-align: center;
}
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum