- This topic has 12 replies, 5 voices, and was last updated 10 years, 11 months ago by Sakin. 
- 
		AuthorPosts
- 
		
			
				
July 30, 2014 at 3:51 am #41633Michael MemberHow do I enlarge the logo to actual image size 0f 450 x 134 px? July 30, 2014 at 10:52 pm #41666Sakin Keymaster@Michael: You can add the following css in “Appearance => Theme Options => Custom CSS” box. #masthead.fixed-header #site-logo img { max-height: 134px; }July 30, 2014 at 10:56 pm #41667Sakin Keymaster@Michael: I also see that you have directly edit files inside adventurous-protheme directory. Please don’t do that, as all the edits insideadventurous-protheme will be reverted back to original when you update the theme.To change the images in the slider, you just select Featured Image slider and add it which is shown in http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/ and further you can see detail theme instructions at http://catchthemes.com/theme-instructions/adventurous-pro/ October 17, 2014 at 11:32 am #45888John MemberHey Sakin, I’m having similiar issues. I used the above code, but it only takes effect when a page is scrolled down and the header is floating over the rest of the page. How do I make the logo bigger all the time? I also notice that the menu jumps to top v-alignment from being centered when the logo shifts to the size I specify with your above css. How do I keep it centered? Is there also a way to get the secondary menu to float right below the header menu when the page is scrolled? (Here is the site…I would like the black menu to stay up where it is under the white menu when scrolled). Thanks for the help! This forum and your quick responses have been great. They’ve answered all my other questions… October 17, 2014 at 11:03 pm #45910Sakin Keymaster@John: I see that you have following css in your custom css: #masthead.fixed-header #site-logo img { max-height: 60px; padding-top: 1px; padding-bottom: 1px; }Replace that with the following css: #site-logo img, #masthead.fixed-header #site-logo img { max-height: 60px; }Further, add the following css in “Appearance => Theme Options => Custom CSS” box. #masthead.fixed-header { padding-top: 15px; } .fixed-header #header-right, #header-right { float: right; padding-top: 15px; }October 19, 2014 at 11:12 pm #45989John MemberThat worked perfect! Thanks again! December 2, 2014 at 8:31 pm #48386saremcdee MemberHi Sakin, I’m having the same problem here. I used the code that you listed above and it changed the size of the logo (bigger) when scrolling but not when you land on the page (still small). Can you help? Cheers December 2, 2014 at 8:52 pm #48387saremcdee Memberoops, this is the website 
 openroadtravelperu.comDecember 2, 2014 at 11:24 pm #48400Sakin Keymaster@saremcdee: I check in your site and see that you have added in the following css in your Custom CSS box: #masthead.fixed-header #site-logo img { max-height: 100px; }You can replace that CSS with the following CSS: #site-logo img, #masthead.fixed-header #site-logo img { max-height: 100px; }December 5, 2014 at 3:03 am #48516Kim MemberHi Sakin – I have followed the above post instructions, works great but I experience a stickiness on the iPhone and the header then covers the slideshow. Is there a way to fix this? It also does it on newer versions of Safari on the Mac as well. fixingyoubooks.com/wp-content/uploads/2014/12/HeaderLogoIssueSafari.jpg December 6, 2014 at 12:24 am #48542Sakin Keymaster@Kim: So what you want to do with that. If you like that large header in your mobile, then you can replace your css with the following css: #site-logo img, #masthead.fixed-header #site-logo img { max-height: 100px !important; }December 6, 2014 at 12:38 am #48543Kim MemberHi Sakin – Thanks for the quick reply! Actually, the desired result for me would be just the opposite – I would like the smaller logo to appear on mobile so that the header doesn’t cover up my slideshow at the top on the mobile phone or on smaller screens. What seems to be happening as that having the larger logo the header doesn’t retract properly on scroll up. Would you be able to test now on a device? I have added the code above. December 6, 2014 at 9:25 pm #48565
- 
		AuthorPosts
- The topic ‘How Do I Enlarge Logo Adventure Pro’ is closed to new replies.
