This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Is it possible to make the site width beyond 3000px? Could you shed some light as to why it doesn’t go beyond this?
Hello,
You may use custom css code, for example, add this code in Theme Options > Styling > Global Custom css:
@media screen and (min-width: 1200px) {
.container {
width: 4000px;
}
}
Regards
Tagged: 100%, site width, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up