WRAPPER PROBLEM

Hello everyone newbie question GM/GE, I have a wrapper and wrapper is set to max-width, so the content inside is affected, the problem is that the backgrounds I used in my nav-bar are also affected by the max-width, what should I do? Thank you
4 Replies
Chris Bolson
Chris Bolson14mo ago
You should share your code, ideally on something like codepen.io ,as otherwise it is impossible to know what you have and what is causing the issue.
Cortezano
Cortezano14mo ago
Kevin Powell
Kevin Powell14mo ago
<header>
<!-- put wrapper here instead -->
<div class="wrapper">
<nav> ... </nav>
</div>
</header>

<div class="wrapper">
... other content here
</div>
<header>
<!-- put wrapper here instead -->
<div class="wrapper">
<nav> ... </nav>
</div>
</header>

<div class="wrapper">
... other content here
</div>
Cortezano
Cortezano14mo ago
thank you sir kevin❤️
Want results from more Discord servers?
Add your server
More Posts