#policy-box-bar { position: fixed; bottom: 0; left: 5%; width: 90%; background-color: #f4f4f4; color: #333; padding: 15px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; z-index: 9999; } #policy-box-bar .close { cursor: pointer; color: #333; padding: 5px; font-size: 18px; } @media(min-width: 768px) { #policy-box-bar { width: 80%; left: 10%; } }