Closed Takumi86ES closed 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.
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.
Niceeeee! Thank you I love you! haha
Always glad to help. 👍
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?