• Hi,

    After I’ve changed (in the custom css) the margin-left of ul-lists to 4%, the number of columns in the primary menu has changed from 3 to 2.

    What could I do to keep the indent of ul-lists and to keep 3 columns in the primary menu?

    Help is appreciated.

    Al

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

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    What I would suggest would be to would be to use the entry-content div CSS class to limit your change to only lists in the content area like this.

    .entry-content ul {
    	margin-left: 4%;
    }

    You can do that with all CSS rules that you only want to apply to things in the entry content (post and page content) area.

Viewing 1 replies (of 1 total)
  • The topic ‘edin; primary menu 2 or 3 columns’ is closed to new replies.