Page 1 of 1

How Can I make the Box of Fields Wider in Detail View Page?

Posted: 2021-10-02 13:42
by mohamed
Hello,

I have managed to created a customized Detail View page, but the problem the box is not wide enough to list all fields horizontally.

Is there a way to make the box "dynamic" or bigger, e.g., page wide ?!


Thank you ...

Re: How Can I make the Box of Fields Wider in Detail View Page?

Posted: 2021-10-02 16:19
by pbottcher
Hi,

maybe this helps:

viewtopic.php?t=3030

Re: How Can I make the Box of Fields Wider in Detail View Page?

Posted: 2021-10-04 15:44
by mohamed
Hi pböttcher,

Thank you but it did not work for me :(

Re: How Can I make the Box of Fields Wider in Detail View Page?

Posted: 2021-10-04 17:52
by pbottcher
Hi,
then it would be helpful to see how you page looks like. Which classes are you using for the box?

Re: How Can I make the Box of Fields Wider in Detail View Page?

Posted: 2021-10-04 22:10
by jsetzer

Code: Select all

<script>
$j(document).ready(function(){
  $j('.container').toggleClass('.container .container-fluid');
});
</script>