Skip to content
Discussion options

You must be logged in to vote

Material for MkDocs is written entirely from scratch without the help of such a framework, so no, there are no such classes. However, you might be able to use helper classes from one of those frameworks, adding it via additional CSS. Learning some CSS might also be an idea if you want to customize the theme. Maybe this is a start (untested):

@media (max-width: 768px) {
  .md-button--stretch {
    width: 100%;
  }
}

Then add:

[Link](#){ .md-button.md-button--stretch }

You have to understand that, in general, I can't help users with customizing their installations, because if I would agree to do that, this project won't move forward because I will be doing nothing else except helping everyb…

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@squidfunk
Comment options

Answer selected by squidfunk
@feasgal
Comment options

@Sanrax
Comment options

@feasgal
Comment options

@Sanrax
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #3919 on May 16, 2022 06:40.