Logo Header Top Align Posted in : Read WP emocionParticipant 27 August 2014 at 15:15 #15781 Hi, I would like to improve a detail of my site. There is an empty space between my logo header and the browser by default as you can see here: https://imageshack.com/i/exLaNTS1j I would like to align with my header social icons as seen here : https://imageshack.com/i/ezBfY2hgj How can i fix? Thank you very much ahmetsaliKeymaster 29 August 2014 at 00:47 #15834 Hi, try this custom css code; .site-header .social { text-align: center; } emocionParticipant 29 August 2014 at 04:04 #15846 Hi ahmetsali! Thanks but i think dont work. ¿What can i do? emocionParticipant 29 August 2014 at 04:12 #15847 Now i use this custom css code for the header of the picture (social icons are in text widget in header): .site-header .social { text-align: left; margin: 0 0px 0px 0; } .site-header .row { position: relative; } .site-header .textwidget { position: absolute; top: 0; } @media screen and (max-width: 767px) { .site-header .row { position: relative; } .site-header .textwidget { position: absolute; top: 0; } ahmetsaliKeymaster 29 August 2014 at 21:26 #15861 is it ok now? if not please provide your url to check what’s wrong. emocionParticipant 30 August 2014 at 04:36 #15865 Here it is: http://axiomatico.net , if you need access to the wp-login i can write an email with credentials. Thanks. ahmetsaliKeymaster 31 August 2014 at 01:01 #15870 try this custom css code; .site-header .textwidget .social { text-align: center; } .site-header .textwidget { width: 100%; } emocionParticipant 31 August 2014 at 05:21 #15871 Hi Ahmetsali As you can see here, there is an empty space at the top header, that’s what I want to remove >> https://imageshack.com/i/exLaNTS1j I do not want center-align social widgets and header logo, what I want is that are in the same horizontal line but keeping the position, exactly like here >> https://imageshack.com/i/ezBfY2hgj Sorry about the misunderstanding. ahmetsaliKeymaster 4 September 2014 at 18:12 #15915 i see, try this one; .site-header hgroup { padding-top: 0; } emocionParticipant 4 September 2014 at 23:42 #15921 Now perfect! Thank you very much for your support ahmetsali. Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register