Reply To: Responsive screen width

Home Forums Support Responsive screen width Reply To: Responsive screen width

Home Forums Support Responsive screen width Reply To: Responsive screen width

#181146
Hamish

Thanks Tom

Can I add that straight to the SO custom css area? I just did and it isn’t doing anything.

Would share the site but it local.

I replicating an older site and trying to create Material / aka old school buttons. They actually look refreshing! 7 nav items. Number 7 was wrapping. The nowrap below isn’t the answer.

Thanks again

current custom css:

.main-navigation ul {
margin: 0;
padding: 0;
white-space: nowrap;
}

.main-navigation ul li {
width: 13%;
background-color: #403f3f;
display: block;
margin-left: 3px;
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2), 0 2px 3px 0 rgba(0,0,0,0.19);
border-radius: 4px;
}

.inside-navigation.grid-container {
max-width: 100%;
padding-bottom: 8px;
padding-left: 0px;
}