Page 1 of 1

How do i increase width 100% on desktop ??

Posted: 2019-06-03 09:39
by tminh
How do i increase width 100% on desktop ??

from
<div class="row">
thanks

Re: How do i increase width 100% on desktop ??

Posted: 2019-06-13 13:51
by ronwill
If you mean change view like this (standard view) to show header, tables, detailed view full width as image below
width.jpg
width.jpg (79.8 KiB) Viewed 2552 times
then I've done this by simply adding </div> at top of in my hooks header extras file
- simple but works

Cheers,
Ron

Re: How do i increase width 100% on desktop ??

Posted: 2019-07-06 04:22
by tminh
thank you i will try

Re: How do i increase width 100% on desktop ??

Posted: 2019-10-19 16:55
by mghielmi
I think is better change CSS of bootstrap .container class.

ex.

Code: Select all

.container {
    width: 100% !important;
}
You need to check because there are different media query for this class.