/* ----------------------------------- */
/**
 * @package WP Simple Anchors Links
 * @link http://www.kilukrumedia.com
 * @copyright Copyright &copy; 2014, Kilukru Media
 * @version: 1.0.0
 */
/* ----------------------------------- */

/* ----------------------------------- */
/* Commons Frontend Styles */
.wpsal-anchor { 

	 display:block;
   height:250px; /* this is the height of your header */
   margin-top:-250px; /* this is again negative value of the height of your header */
}
/* ----------------------------------- */