• Okay, I’ve been fidgeting with this menu for a while now and I just CANNOT get the menu boxes to become smaller. The menu should fit on one or two lines at most, but now it’s taking 4 already and I want to add a facebook menu option as well.

    I’ve added this custom CSS:

    .menu {
    background-color: silver;
    border-style: ridge;
    box-sizing: border-box;
    width: initial;
    float: left;}

    menu is the CSS class of the menu obviously, but no matter what I set for width, the width stays the same. I’m guessing it’s inheriting the width attribute from somewhere, but I can’t for the life of me figure out where from?
    Can someone help me out with this?

    • This topic was modified 7 years, 11 months ago by groundabout.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Menu boxes size’ is closed to new replies.