Hallo an Sie
Ich habe die maximale Breite meiner Seite auf 1050px festgelegt und möchte auch, dass meine Horizontalmenü diese Breite hat, aber ich schaffe es nicht. Hier ist der Code:
body {
font-family: 'Arial', sans-serif;
font-size: 14px;
margin: 0 auto;
max-width: 1050px;
padding: 0;
text-align: left;
font-size: 0.8em;
box-shadow: 0px 20px 10px #555555;
.container-header .mod-menu {
/*height: 40px; */
width: 1050px;
font-weight: bold;
text-decoration: none;
margin: 0;
bottom: 0;
right: 0;
top: 0px;
position: relative;
border-right: 1px solid #ddd;
box-shadow: 1px 0px 0px #f5f5f5;
background-image: linear-gradient(#eeeeee, #ADAEAE);
align-items: center
/*ul*/
.metismenu.mod-menu {
list-style-type: none;
padding: 0;
width: 200px;
background-color: #ced4da;
position: relative;
bottom: 100px;
left: 15px;
right: 100px;
top: 25px;
}
Mein Ziel ist es, die rot markierten Bereiche zu entfernen.
Danke Im Voraus