Viewing 2 replies - 1 through 2 (of 2 total)
  • this section (from Twente Twelve 1.0) seems to have gone lost:

    .template-front-page .widget-area .widget:nth-child(even),
    	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    		float: right;
    		width: 39.0625%;
    		margin: 0 0 24px;
    		margin: 0 0 1.714285714rem;
    	}

    add it back into style.css, after these styles:

    .template-front-page .widget-area .widget,
    	.template-front-page.two-sidebars .widget-area .front-widgets {
    		float: left;
    		width: 51.875%;
    		margin-bottom: 24px;
    		margin-bottom: 1.714285714rem;
    	}

    Thread Starter Marco Lee

    (@marco-lee)

    Things work fine now.
    Thanks for the help sir alchymyth
    Very grateful!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget Goes out of Place’ is closed to new replies.