Viewing 1 replies (of 1 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    In your master.css file you have some code that is adding generic margins:

    .entry ul li, .c-body ul li {
    	list-style-type: disc;
    	list-style-position: outside;
    	margin: 5px 0 5px 20px;
    }

    You will have to add some CSS after VFB’s CSS is loaded to override this.

Viewing 1 replies (of 1 total)
  • The topic ‘Two columns are staggered, not side by side’ is closed to new replies.