Asssalm o Alalikum , i am using reac demo 2 version 8 i want to change layout of the body content i want to adjust it under the blue color and also tell me how i can decrease the height of blue layout container and last one how i can remove all the extra code or media files which i am not using i just use only profile component .
Hi,
It sounds like you want to use a fluid content width, to achieve this you can just change content.width
property in src/_metronic/layout/core/DefaultLayoutConfig.ts.
content: {
width: "fluid", // Set fixed|fluid to change width
...
},