- This topic has 4 replies, 3 voices, and was last updated 9 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘Showcase and Feedback’ is closed to new topics and replies.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › Archived Forums › Showcase and Feedback › Magazine Pro- Header Image Padding
Tagged: blog post size, Magazine Pro, padding
Hello 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?
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?
Backup 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 Themes
To 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 Themes
Regarding 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 Themes
Hi 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!
© 2025 WPEngine, Inc.