Community Forums › Forums › Archived Forums › Showcase and Feedback › Magazine Pro- Header Image Padding
Tagged: blog post size, Magazine Pro, padding
- This topic has 4 replies, 3 voices, and was last updated 10 years, 11 months ago by
Arom77.
-
AuthorPosts
-
January 11, 2015 at 7:36 am #136991
dewittrobinson
MemberHello SP,
I recently installed the Magazine Pro Theme for my site FlipOurClass.com.
The theme reads the header images can only be 260*90. Is it possible that they can be larger? How do I expand the logo in header image area?
http://flipoourclass.com
How do I minimize the padding above and below the image between the two navigation bars?
What is the ideal size capacity of blog posts for images?January 11, 2015 at 8:59 am #136999Davinder Singh Kainth
MemberBackup before making changes.
To change size of logo image.
1. Change logo dimensions in following code found in functions.php file
//* Add support for custom header add_theme_support( 'custom-header', array( 'header_image' => '', 'header-selector' => '.site-title a', 'header-text' => false, 'height' => 90, 'width' => 260, ) );2. Then make corresponding changes in style.css file. Change height value in the following code
/* Logo, hide text */ .header-image .site-title a { background-position: top !important; float: left; min-height: 90px; width: 100%; }
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesJanuary 11, 2015 at 8:59 am #137002Davinder Singh Kainth
MemberTo reduce padding or space above / below logo - change padding value in following code found in style.css file
/* Site Header ---------------------------------------------------------------------------------------------------- */ .site-header { background-color: #fff; border-bottom: 3px solid #000; } .site-header .wrap { padding: 40px 0; }
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesJanuary 11, 2015 at 9:01 am #137005Davinder Singh Kainth
MemberRegarding images, when you upload bigger size image they will resize automatically as per image sizes defined in functions.php file. You can select either image to display in specific widget area on homepage.
Reference of image sizes in this theme
//* Add new image sizes add_image_size( 'home-bottom', 150, 150, TRUE ); add_image_size( 'home-middle', 348, 180, TRUE ); add_image_size( 'home-top', 740, 400, TRUE );
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesMarch 2, 2015 at 8:23 am #142827Arom77
MemberHi Davinder Singh Kainth,
I'm using the Magazine Pro theme too and it says 380*90 for the header image.
Logo is centered.
Site is http://meilleursfranchiseurs.creersonsite.net/I tried to add support for custom header but I can't get it to work. Any idea?
Thanks!
-
AuthorPosts
- The forum ‘Showcase and Feedback’ is closed to new topics and replies.