In my current project, I am working on creating a menu bar with the container named #menu. The CSS for this container includes properties such as border: 0px; margin: 0 auto; position: relative; display: inline-block; width: 100%.
However, I encountered an issue when trying to set the width of the menubars to 12.5%. There seems to be some extra space on the sides which is causing a layout problem. Unfortunately, I cannot share the actual content but I have provided a reference image here: . The CSS code for the menu_bars includes properties like width: 12.5%; float: left; padding: 25px 18px 25px 18px; background: rgba(237, 157, 28, 0.992157); font-weight: bold; font-size: 15px; text-align: center; line-height: 15px; height: 20px;