Not Solved [How To?] Resizing .thead and .tr
#1
Not Solved
Hi, i need help with my forum (bitbunker.top/forum), with the resizing of the thead (Orange Row, and the) and the tr (Black row), without change it on global.css.
Thanks in advice, for your time. Best regards!
Reply
#2
Not Solved
If you don't want to change it directly in the stylesheet, add style="css here" in the code. For example,

<td class="thead" colspan="5" style="width: 50px; height: 50px;">

Alternatively, you can also try to add padding the same way.
Plugin Count: I lost count.
Public Plugins are available here.
Please do not PM me for support unless asked to.
Reply
#3
Not Solved
(2017-08-03, 05:03 PM)Wires Wrote: If you don't want to change it directly in the stylesheet, add style="css here" in the code. For example,

<td class="thead" colspan="5" style="width: 50px; height: 50px;">

Alternatively, you can also try to add padding the same way.

I can't understand why, but in any case if i change the thead width, noting appen, is there any way for also delete the border only from the thead?
In any case thank you for your help and time!
Reply
#4
Not Solved
(2017-08-03, 05:34 PM)123 Wrote:
(2017-08-03, 05:03 PM)Wires Wrote: If you don't want to change it directly in the stylesheet, add style="css here" in the code. For example,

<td class="thead" colspan="5" style="width: 50px; height: 50px;">

Alternatively, you can also try to add padding the same way.

I can't understand why, but in any case if i change the thead width, noting appen, is there any way for also delete the border only from the thead?
In any case thank you for your help and time!

It's because you're only attempting to make the thead smaller without resizing the table. Table can be found in forumbit_depth1_cat and forumdisplay_threadlist. Can use the same type of code above.
Plugin Count: I lost count.
Public Plugins are available here.
Please do not PM me for support unless asked to.
Reply
#5
Not Solved
(2017-08-03, 05:41 PM)Wires Wrote:
(2017-08-03, 05:34 PM)123 Wrote:
(2017-08-03, 05:03 PM)Wires Wrote: If you don't want to change it directly in the stylesheet, add style="css here" in the code. For example,

<td class="thead" colspan="5" style="width: 50px; height: 50px;">

Alternatively, you can also try to add padding the same way.

I can't understand why, but in any case if i change the thead width, noting appen, is there any way for also delete the border only from the thead?
In any case thank you for your help and time!

It's because you're only attempting to make the thead smaller without resizing the table. Table can be found in forumbit_depth1_cat and forumdisplay_threadlist. Can use the same type of code above.
 I don't wont resize all the table, i wont only for example to add some padding to the thead(10px for example right/left), and on the tr(For example 7px right/left).
Thank you for your time, sorry for this maybe simple asks but i 'am new on mybb.
Reply
#6
Not Solved
As both are within the table, you can't. You basically want those tags to surpass the table left and right. I possibly just may not understand what you mean.
Plugin Count: I lost count.
Public Plugins are available here.
Please do not PM me for support unless asked to.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)