ancho del blog
-
Buenas.
Se puede cambiar el ancho del blog?WP.com: Yes
Jetpack: No
Correct account: YesThe blog I need help with is: (visible only to logged in users)
-
Hey there,
I’m going to run your responses through Google Translate and respond in English if that’s ok? But feel free to communicate in your own language if you feel more comfortable.
Hello good.
Can you change the width of the blog?It is possible to expand the width of the blog, and CSS would be needed in order to expand this.
This CSS would expand the width of the site:
/* Expand Site width AL */ @media screen and (min-width: 75em) { .site { max-width: 1700px; margin: 54px auto; padding: 50px 50px; } }In order to run this CSS, the site would need to have the WordPress.com Premium plan:
Out of curiosity, why are you looking to expand the site width?
I hope this is useful information!
- The topic ‘ancho del blog’ is closed to new replies.