Skip to content
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

Open
alecubillos opened this issue Jan 16, 2025 · 3 comments
Open

Design is not responsive #74

alecubillos opened this issue Jan 16, 2025 · 3 comments

Comments

@alecubillos
Copy link

Hi, I'm having trouble visualizing my course content to take up the entire screen size, users are not able to read complete sections

Image

The same goes when designing a course, the center block is too narrow. How can I fix this configuration?

Thanks in advance

@abinesh-lmsace
Copy link
Collaborator

Hi alecubillos,

You can adjust the page content size using the Academi theme settings by navigating to:
Site administration → Appearance → Themes → Academi settings → General → Inner page content size → Choose Custom

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!

@alecubillos
Copy link
Author

hi @abinesh-lmsace
Appreciate your quick response. Yes that fixed the couse content size, how do I make the couse index wider? to display the entire text?

Image

@abinesh-lmsace
Copy link
Collaborator

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:
\theme\academi\scss\standard.scss

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.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants