- This topic has 3 replies, 2 voices, and was last updated 10 years, 8 months ago by Sakin. 
Viewing 4 posts - 1 through 4 (of 4 total)
	
- 
		AuthorPosts
- 
		
			
				
February 21, 2015 at 6:41 am #52109andriansah MemberHi I make the header to be full width, but it become the primary menu not align with title. How can I make menu align with the title? the website is koperbunda.com Thanks February 22, 2015 at 3:34 pm #52158Sakin Keymaster@andriansah: This theme is not designed to make logo full Width. So, it cannot be done. But you can remove the padding by adding in the following cs in “Appearance => Theme Options => Custom CSS” box: 
 #hgroup-wrap {
 padding-left: 0;
 padding-right: 0;
 }
 #site-logo {
 padding-top: 0;
 }To make the primary menu align with site title, you can add following css in “Appearance => Theme Options => Custom CSS” box: @media screen and (min-width: 961px) { #header-top, #header-right { margin-top: -75px; padding-top: 0; } }February 22, 2015 at 7:00 pm #52168andriansah MemberThank you! It’s work like I want it February 22, 2015 at 11:44 pm #52186Sakin Keymaster@andriansah: nice 🙂 
- 
		AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
	
- The topic ‘Make logo full width and fix menu’ is closed to new replies.
