Utilizing Bootstrap in my WordPress site, I employed the bootstrap grid system to split the page contents into two sections, one of which includes a card acting as a navigation menu.
However, the <ul>
element is failing to expand to full width.
Within the left side of the site, there are two items labeled "introduction" that do not span the entire width.
I attempted:
display:inline;
display: flex;
flex-wrap: wrap;
padding: 0px;
but none of these solutions were successful.