-
is there a way I could make the footer on homepage and content page span the whole width in the default theme? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Maybe you could set something like Here's the document page https://v2.vuepress.vuejs.org/reference/default-theme/styles.html#style-file. Hope this could help you |
Beta Was this translation helpful? Give feedback.
-
I am not sure what you want, maybe you should explain with more details. |
Beta Was this translation helpful? Give feedback.
Maybe you could set something like
--content-width: 100%
, or use your own css to change the interface.Here's the document page https://v2.vuepress.vuejs.org/reference/default-theme/styles.html#style-file. Hope this could help you