Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Sign In
Not a member yet? Click here to register.
Forgot Password?
Navigation

I want to remove left blocks and expand right blocks

Last updated on 3 years ago
S
serdo21Junior Member
Posted 3 years ago
I want to remove left blocks and expand right blocks

i.hizliresim.com/octx9p6.jpg
G
GrimlochSenior Member
Posted 3 years ago
What version9 theme are you using?
Energy can neither be created nor destroyed; only transformed !
S
serdo21Junior Member
Posted 3 years ago
yes
G
GrimlochSenior Member
Posted 3 years ago
That was not a Yes or No question. I need the Name of the theme you are using.
S
serdo21Junior Member
Posted 3 years ago
PHPFusion Andromeda 9.03 Magazine themes, official theme
G
GrimlochSenior Member
Posted 3 years ago
OK I really don't know if this is what you want but here is what I did to the code in theme.php of the Magazine theme.
 echo '<div class="container-fluid">';
 echo defined('AU_CENTER') && AU_CENTER ? AU_CENTER : '';
 echo showbanners(1);
 echo '<div class="row">';
 $content = ['sm' => 12, 'md' => 12, 'lg' => 12];
 // $left = ['sm' => 3, 'md' => 2, 'lg' => 2];
 $right = ['sm' => 4, 'md' => 4, 'lg' => 4];
// if (defined('LEFT') && LEFT) {
// $content['sm'] = $content['sm'] - $left['sm'];
// $content['md'] = $content['md'] - $left['md'];
// $content['lg'] = $content['lg'] - $left['lg'];
// }
 if (defined('RIGHT') && RIGHT) {
 $content['sm'] = $content['sm'] - $right['sm'];
 $content['md'] = $content['md'] - $right['md'];
 $content['lg'] = $content['lg'] - $right['lg'];
 }
// if (defined('LEFT') && LEFT) {
// echo '<div class="col-xs-12 col-sm-'.$left['sm'].' col-md-'.$left['md'].' col-lg-'.$left['lg'].'">';
// echo LEFT;
// echo '</div>';
// }

And here you can see the result (with all left panels disabled or moved to the right panels)...
https://rogue.whisperwillow.net/index.../index.php
Energy can neither be created nor destroyed; only transformed !
Edited by Grimloch on 19-11-2022 08:10, 3 years ago
S
serdo21Junior Member
Posted 3 years ago
thanks it was very nice
imgyukle.com/f/2022/11/19/JuYKtS.jpg
Edited by serdo21 on 19-11-2022 10:50, 3 years ago
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
You cannot up or down-vote on the post in this discussion thread.
You cannot set up a bounty in this discussion thread.
Moderator: Support Team
Users who participated in discussion: Grimloch, serdo21