• I’ve installed a directory plugin and it should be a 3 column directory. But its only showing 2 columns on my site.
    https://beerbrewingrecipes.net/

    I’m guessing the body is not wide enough. How do I modify my site so it will display the 3 columns. I’m fine with re-sizing the sidebar if needed. I dug around the css files but could not figure it out.

Viewing 1 replies (of 1 total)
  • Try adding padding:0; to:

    #categories .column {
    float:left;
    margin-right:5px;
    width:175px;
    }

    in categories.css.

Viewing 1 replies (of 1 total)
  • The topic ‘Help with page layout’ is closed to new replies.