Community Forums › Forums › Archived Forums › Design Tips and Tricks › Change Header Widget Size in Prose theme
Tagged: header widget, Logo, Prose
- This topic has 6 replies, 3 voices, and was last updated 12 years, 6 months ago by
L00koutM0re.
-
AuthorPosts
-
May 20, 2013 at 1:39 pm #41876
L00koutM0re
MemberHi,
I am using prose theme and having difficulty with my logo and the width of Header widget. I want to put a logo of 220 px along with flash file in the header widget on the right side. The Header image option doesn’t let me upload a logo size 220 x 71 px because it considers the entire width of header and doesn’t accept any small image because it crops it very badly then.
I have uploaded a sample header image and i want my header to look like it accommodating small logo, tagline under it and a flash file of size 728 x 90 pix on the right side in the header widget.
http://www.moremag.pk/moredata/test-header-image.jpg
How it can be done, can anyone help?
http://www.moremag.pkMay 20, 2013 at 11:03 pm #41965dev
ParticipantThere are probably better ways to do this, but in my functions.php file I'd add this code at the end:
add_theme_support( 'genesis-custom-header', array( 'width' => 728, 'height' => 90 ) );
Then I'd upload it using the WordPress Header screen.
Sorry, I have no idea how to embed flash in there. This might help:
http://kimili.com/plugins/flash-embedMay 23, 2013 at 12:19 pm #42340L00koutM0re
MemberThanks Dev. I put the code in custom function area of genesis and then uploaded the flash code in the Header widget area, but half of the flash file is on display and the right half is not visible. After putting the code, it also increases the height of header. Can we do something else to resolve it?
May 23, 2013 at 1:12 pm #42346SE_Marketing
MemberI am looking to increase my logo area in the delicious theme. Currently I think the space is 115 px high x 260 px long. It is on the left top side. Might be the title area and not the header.
Would the same snippet work?
Thank you for your time.
May 24, 2013 at 3:34 am #42423L00koutM0re
MemberSE Marketing the above snippet didn't work in my case. i had to play with the settings in the Genesis >>Design Settings >> Header area. The option is there to increase the header widget area size BUT doing this way, height of header increases undesirably, which needs to be resolved.
May 24, 2013 at 8:15 am #42469SE_Marketing
MemberThat is the experience I have had. Thank you for your response.
Did you work in the css resizing the title area? That is what I have tried/found and I would like to make the area for the logo/title to be around 450px long keeping the height the same.
The sub nav div wrap becomes HUGE. I think I am finding all the places to do this, but then I come to a dead end.
May 29, 2013 at 10:30 am #43078L00koutM0re
MemberFor height control i used
#header {
float: left;but rest of the options were available in the theme ( prose) setting area for widening the header widget. I tried to do it with CSS as well and it is possible too. You can find that in #header area of css of your child theme.
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.