⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

I bought the bootstrap theme but I have an issue



Alejandro

Alejandro
  • profile picture
  • Member

Posted 16 November 2015 - 01:06 AM

I'm developing a site with a bootstrap template but in some screen sizes I have a proble with the GC display, for example in my laptop the issue with the display is evident (image attached), the table surpasses the screen border/limit/margin  but when I resize the browser to small size the problem is fixed (attached image).

The problem appear when the size of the screen permits the sidebar/menu appear on screen an the "toggle-menu" button (uuper-right) dissapears.

 Any advice to solve that?

Thx


Juan Tagapagkodigo

Juan Tagapagkodigo
  • profile picture
  • Member

Posted 19 February 2016 - 18:38 PM

Hi Friends,

 

I guess you miss one div on your html. 

<div class="row">
 <?php echo $output->output; ?>
</div>

You can also go to bootstrap theme folder, edit view list_template.php and change the ff. line

 

<div class="container gc-container">

 

to

 

<div class="container-fluid gc-container">


c.merida

c.merida
  • profile picture
  • Member

Posted 29 July 2017 - 11:24 AM

Hi,

 

I did the "container-fluid" class change and this work with sb admin 2 template, but whe I click in fullscreen button and then close it, the width of grocery div again is wider than the father div "row" in template.

 

any suggestion?

 

thanks in advance.