Full width GROUP or one-cell grid, global sidebar, vertical menu and tables?

rommelonglim
3 Posts
rommelonglim posted this 15 September 2019
Ask a Question

Hi,
1. I would like to make a full width group containing my menu at the header, how is it done?
2. Also can I make a grid containing only one cell?
3. Is it possible to make a global sidebar that will show in all pages?
4. How can I make a vertical menu?
5. How can make a table for tabular data?

Hi, 1. I would like to make a full width group containing my menu at the header, how is it done? 2. Also can I make a grid containing only one cell? 3. Is it possible to make a global sidebar that will show in all pages? 4. How can I make a vertical menu? 5. How can make a table for tabular data?

Last edited 15 September 2019 by rommelonglim

Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 16 September 2019
  1. I would like to make a full width group containing my menu at the header, how is it done?

Drag the group markers till you snap them to the boundaries of a block.

  1. Also can I make a grid containing only one cell?

No. Please use the Group.

  1. Is it possible to make a global sidebar that will show in all pages?

Yes, hoewever. only in CMS.

  1. How can I make a vertical menu?

Now you can't, hoever, you can use the Off-Canvas menu, which is vertical

  1. How can make a table for tabular data?

Please use the HTML control and add the table in the HTML format.

<table style="width:100%" border="1">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>

Thank you!
...................................................
Sincerely,
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

> 1. I would like to make a full width group containing my menu at the header, how is it done? Drag the group markers till you snap them to the boundaries of a block. > 2. Also can I make a grid containing only one cell? No. Please use the Group. > 3. Is it possible to make a global sidebar that will show in all pages? Yes, hoewever. only in CMS. > 4. How can I make a vertical menu? Now you can't, hoever, you can use the Off-Canvas menu, which is vertical > 5. How can make a table for tabular data? Please use the HTML control and add the table in the HTML format. <table style="width:100%" border="1"> <tr> <th>Firstname</th> <th>Lastname</th> <th>Age</th> </tr> <tr> <td>Jill</td> <td>Smith</td> <td>50</td> </tr> <tr> <td>Eve</td> <td>Jackson</td> <td>94</td> </tr> </table> Thank you! ................................................... Sincerely, Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
rommelonglim
3 Posts
rommelonglim posted this 18 September 2019

My wishlist:
- global sidebar in a static website
- a REAL vertical menu (not the off-canvas menu)
- a table element (that does not require coding)
- ability to collapse a grid on any breakpoint (sometimes pages do not look good on the ipad size breakpoint)
- add id names to html elements
- delete a cell
- custom text alignments in other breakpoints

My wishlist: - global sidebar in a static website - a REAL vertical menu (not the off-canvas menu) - a table element (that does not require coding) - ability to collapse a grid on any breakpoint (sometimes pages do not look good on the ipad size breakpoint) - add id names to html elements - delete a cell - custom text alignments in other breakpoints

Last edited 18 September 2019 by rommelonglim

Support Team
Support Team posted this 18 September 2019

Hi,

Thanks for your suggestions. They are added to our wishlist.

add id names to html elements

You can add the unique CSS class name to each control using the CSS Class option in the right panel.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Thanks for your suggestions. They are added to our wishlist. >add id names to html elements You can add the unique CSS class name to each control using the CSS Class option in the right panel. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments