Viewing 1 replies (of 1 total)
  • Try this in child theme’s stylesheet.

    /*--------------------------------*\
    	Move up archive widget
    \*--------------------------------*/
    
    #page { position: relative; }
    
    #archives-3 {
    	position: absolute;
    	top: 280px; left: 250px;
    	z-index: 200;
    	width: 200px;
    	text-align: center;
    }
    
    #main #primary { margin-top: 48px; }
Viewing 1 replies (of 1 total)

The topic ‘Put archieves below nav menu’ is closed to new replies.