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 .
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 ... },
You can delete modules that you are not planning to use from src/app/modules and pages from src/app/pages folder.
Unfortunately, there is no easy way to delete unused media files since they are not grouped by the pages but by the media type. You can just check which media files are used on the Profile page and then delete all excess files.
Regards, Lauris Stepanovs, Keenthemes Support Team