Pipes

User avatar
toctheyounger
Posts: 3991
Joined: 4 years ago
Pronoun: he / him
Location: Auckland, New Zealand

Post by toctheyounger » 4 years ago

This is probably a really simple fix I'm overlooking, but how do I change the width of a pipes box? I can't figure out where to put the code to modify this. Not a major issue, just wanting a nice clean sig with deck links.

TIA
Malazan Decks of the Fallen
| Shadowthrone/Lazav | Raest/Yidris | T'iam / The Ur-Dragon |

User avatar
Feyd_Ruin
Elder Vampire
Posts: 5410
Joined: 5 years ago
Answers: 3
Pronoun: he / him
Contact:

Post by Feyd_Ruin » 4 years ago

Pipes is a phpbb integrated code, and not really a bbcode tag, so there's no real way to specifically control it via its own tag. We've given it a little styling, but I haven't found a way to parameterize the tag, etc.

The table is always 95% of the width of it's container. Usually this is the post body, so that it'll come close to touching the sides but never stretch the post.

What you can do is put the table inside of a box, make the box invisible, and then directly control the the width of the box, which then makes the table be 95% of the box width. Mobile screens go down to 600px, so you want to stay at 580px or less for the box width (to account for the padding/etc).


LeftCenterRight
ABC

LeftCenterRight
ABC

Code: Select all

[box width="580px" bg="transparent" shadow="-1" border=0]
[pipes]
Left|Center|Right
--|--|--
A|B|C[/box]

[center][box width="300px" bg="transparent" shadow="-1" border=0][pipes]
Left|Center|Right
--|--|--
A|B|C[/box][/center]
To the beaten, the broken, or the damned; the lost, and the wayward: wherever I may be, you will have a home.

User avatar
toctheyounger
Posts: 3991
Joined: 4 years ago
Pronoun: he / him
Location: Auckland, New Zealand

Post by toctheyounger » 4 years ago

Thanks Feyd, appreciate the help here.
Malazan Decks of the Fallen
| Shadowthrone/Lazav | Raest/Yidris | T'iam / The Ur-Dragon |

Post Reply Previous topicNext topic

Return to “Community”