Community Forums › Forums › Archived Forums › Design Tips and Tricks › Increase the width of header right widget area in Magazine pro theme
- This topic has 5 replies, 5 voices, and was last updated 11 years, 9 months ago by
DTHkelly.
-
AuthorPosts
-
May 9, 2014 at 11:09 pm #104393
jinsejose
MemberHow can I increase the width of header right widget area in Magazine pro theme and decrease the width of logo on my site.
http://techbee.inMay 10, 2014 at 2:43 pm #104471nutsandbolts
MemberDid you get this resolved? I'm seeing the title area almost exactly the width of your logo and the header right area wide enough for your banner ad.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+May 10, 2014 at 7:17 pm #104493jinsejose
MemberNo. not resolved. actually I need to insert a 970px width banner there and remove the logo completely. If not, decrease the logo width to 10px or 20px.
May 10, 2014 at 8:40 pm #104501Brad Dalton
ParticipantYou need to modify the width value in the Site Header section of your style.css file.
The width value for the .site-header .widget-area will need to be increased.
And remove your logo depending on how you added it.
/* Site Header ---------------------------------------------------------------------------------------------------- */ .site-header { padding-top: 40px; padding-top: 4rem; } /* Title Area --------------------------------------------- */ .title-area { float: left; padding-top: 30px; padding-top: 3rem; width: 1140px; } .header-image .title-area { padding: 0; } .site-title { font-family: 'Raleway', sans-serif; font-size: 48px; font-size: 4.8rem; line-height: 1; margin-bottom: 0; } .site-title a, .site-title a:hover { color: #222; font-weight: 900; } .site-description { display: block; height: 0; margin-bottom: 0; text-indent: -9999px; } /* Full width header, no widgets */ .header-full-width .title-area, .header-full-width .site-title { width: 100%; } .header-image .site-description, .header-image .site-title a { display: block; height: 0; margin-bottom: 0; text-indent: -9999px; } /* Logo, hide text */ .header-image .site-header .wrap { padding: 0; } .header-image .site-title a { background-position: center !important; background-size: contain !important; float: left; display: block; min-height: 200px; text-indent: -9999px; width: 100%; } /* Widget Area --------------------------------------------- */ .site-header .widget-area { float: right; text-align: right; width: 228px; } .header-image .site-header .title-area, .header-image .site-header .widget-area { padding: 0px 0; padding: 0rem 0; } .site-header { padding-top: 60px; } .site-header .widget-area p { margin-bottom: 0; }
May 11, 2014 at 9:38 pm #104601teamvape
Memberwhat did you use to put your logo in the navigation bar? been looking for something slick like that!!!
July 6, 2014 at 9:39 am #113131DTHkelly
MemberHave you seen this?
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.