WildcardSearch / Advanced-Sidebox

A plugin for MyBB forums that displays custom boxes on various forum pages.
GNU General Public License v3.0
20 stars 10 forks source link

Expand sidebox #391

Closed Takumi86ES closed 4 years ago

Takumi86ES commented 4 years ago

I use Advanced SideBox. I want to expand and center the box with the navigation bar. (as seen in the photo) Can you help me?

76ff25f9b1391a2bb9e36a79784b9fd1

WildcardSearch commented 4 years ago

@Takumi86ES I would have to either have a link to theme, or if it is a custom theme, DM some temp credentials and a link on Twitter and I'll try to have a look.

WildcardSearch commented 4 years ago

The issue was that you needed to add some style to the main table. I edited the asb_begin template to include a border-collapse definition:

<table width="100%" border="0" cellspacing="5" style="border-collapse: collapse;">
    <tr>{$left_content}
        <!-- start: ASB middle column (page contents of {$filename}) -->
        <td width="auto" valign="top">

..and it is solved.

Takumi86ES commented 4 years ago

Niceeeee! Thank you I love you! haha

WildcardSearch commented 4 years ago

Always glad to help. 👍