-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design is not responsive #74
Comments
Hi alecubillos, You can adjust the page content size using the Academi theme settings by navigating to: Set the Page content custom value to 1200 or higher under the Inner page content size settings. If the issue with the page content size persists, please provide additional details and screenshots about the problem and share the demo site information and login credentials. This will help us resolve the issue more efficiently. Thank you! |
hi @abinesh-lmsace |
Hi alecubillos, The course index size in the Moodle Boost theme is set to its default value. To modify the course index size, you need to update the style code. Path: Add the following code at line 1823: .courseindex-link {
white-space: normal;
} After making the changes, clear the cache. Note: Please remember that this style code must be updated in the style file after every Academi theme upgrade to maintain the wider course index. |
Hi, I'm having trouble visualizing my course content to take up the entire screen size, users are not able to read complete sections
The same goes when designing a course, the center block is too narrow. How can I fix this configuration?
Thanks in advance
The text was updated successfully, but these errors were encountered: