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

    (@nichoduan)

    you can see the sample like this
    http://www.auntdai.com/en/?page_id=271

    Hi nichoduan. The plugin does it’s best to enforce the 2 column layout, but a lot of CSS styles for themes add padding and margins which don’t work well. I was able to get the two-column display working with the following CSS additions. Add this code to your theme’s style.css file:

    .fdm-menu.fdm-columns-2 {
    	margin-left: 0;
    	margin-right: 0;
    }
    .fdm-menu.fdm-columns-2 li {
    	padding-left: 0;
    }
    .fdm-menu.fdm-columns-2 li:before {
    	content: '';
    }
    Thread Starter nichoduan

    (@nichoduan)

    it works now.
    thanks you so much

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

The topic ‘new 1.2 version does not support 2 Column layout?’ is closed to new replies.