Hi,
I want to change some of the responsive settings. The content should have more width on large screens.
So I need to change some code, but where do I find them?
These are the optimized lines:
@media (min-width: 1420px)
.container {
width: 1420px;
}
media=“all”
.content-area {
*
width: 1000px;
}
I think, that was all to change with this problem.
Also I want to make the site-navigation only on mobile devices (max-width: 991px) as position: fixed; .
How can I change these?
Benedict Mende