• Hello!
    I’m a novice for CSS but I need to change the width of my primary menu. I have tried a few patches in the custom CSS but they don’t change anything.
    I tried:

    .menu-primary ul {
    list-style: none;
    width: 120%;
    margin: 0;
    }
    and also :
    .menu-primary-items ul {
    width: 120%;
    }
    but nothing happens. I need to make the menus minimum two character spaces longer so all the words fit on one line. I really appreciate any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter meyersmanx

    (@meyersmanx)

    To clarify, I was using width as a lateral term (row width) but it looks like WP uses width as a generic for column width? Pretty lost here.

    all CSS is theme specific – therefore it would be useful if you could post the name (and download link) of your currently used theme.

    even better, if you could post a link to your site to illustrate the situation, and to allow investigation of the formtting with any of the browser inspection tools.

    ‘width’ is generally just applied to whatever selector is specified for it in the CSS.

    Thread Starter meyersmanx

    (@meyersmanx)

    The theme is Chosen. The address is 199.5.62.9/~meyersmanx/
    Is that all you need?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Chosen Theme menu Width’ is closed to new replies.