WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Moving Menu in round template
(1/1)
Vipermaxx:
Hi All,
I start using the round template which is very nice. But I wish I could move the whole menu section from left side of the screen to the right side. I don't know how. I played little with the css file but still haven't figured it out. Can someone please help?
BlackTiger:
Hello,
the round template is based on tables so you have to edit the index.php and move the column which produces the content (the one with <?php page_content(); ?> on top of the column with the menu.
regards
Michael
Vipermaxx:
Thanks, But still I can't figure it out. Can you please be more specific and tell me exact which flag or addition I need to add in page content?
How the row suppose to look like?
Thanks in advance
BerndJM:
Hi,
simply move this part
--- Code: ---<td class="content" width="600" rowspan="2">
<?php page_content(); ?>
</td>
--- End code ---
in front of this part
--- Code: ---<?php
// Only show menu items if we are supposed to
if(SHOW_MENU) {
?>
<td style="padding: 10px; background-color: #FFFFFF;" valign="top">
....
--- End code ---
Regards Bernd
Vipermaxx:
Thanks. It worked, although the placement was not correct. I had to move page_content to the beginning of the index.php just after the page banner.
Thanks All
Navigation
[0] Message Index
Go to full version