themeskult / wp-svbtle

Wordpress Admin & Theme inspired by Svbtle
http://wp-svbtle.com
1.45k stars 220 forks source link

sidebar is broken after using latest version from github #151

Closed saturngod closed 11 years ago

saturngod commented 11 years ago

After update the latest version of github , my blog side bar is broken and it show like following

Screen Shot 2013-03-14 at 2 45 03 PM

saturngod commented 11 years ago

Fixed because and the css cache.

change

<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>?time=<?php echo time() ?>" />

at header.php and working fine.