Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tugbucket

    (@tugbucket)

    change your columns to 2

    in the settings, in the CSS change:

    #mcTagMap .holdleft, #sc_mcTagMap .holdleft {
    	width: 190px;
    	display: inline;
    	margin: 0 20px 0 0;
    	float: left;
    	text-align: left;
    }

    to

    #mcTagMap .holdleft, #sc_mcTagMap .holdleft {
    	width: 100%;
    	display: block;
    	margin: 0;
    	text-align: left;
    }

    and select the “Use this CSS instead of the default” and then “Save CSS”

    Thread Starter petrosyan.hov

    (@petrosyanhov)

    Thanks that fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Right Sidebar issue’ is closed to new replies.