Home › Forums › SKT Full Width Forum › Useless vertical empty space beffore and after logo on the navigation bar
- This topic has 11 replies, 2 voices, and was last updated 9 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
January 21, 2015 at 1:24 pm #3507
Hello,
i recently created hpm2015.com using your them but it has an annoying huge vertical empty space before and after the logo which makes the navigation bar longer and not completely vissible.
Can you please advise me where can i remove that empty space and leave the logo without empty space?Thank you for your time
January 22, 2015 at 10:27 am #3521Hi,
Alright.
Here is what you can do. Click on WordPress admin>Appearance>Theme Options>Layout Settings>Custom CSS
Add this there: .header .logo{padding:0px !important;}
Let me know if that worked for you.
Regards,
ShriJanuary 26, 2015 at 4:03 pm #3578Thank you for your prompt input this worked for the top empty space but i still have the bottom empty space. I also tried padding:0px 0px x px; without luck.
Any sygestions ?Thank you
January 27, 2015 at 5:37 am #3589Hi,
Sorry for delay in reply as we had National Holiday yesterday.
Kindly check header.php file in WordPress admin>Appearance>Editor.
Check this line:
After ending of
tag you have
Kindly remove that.
Also Click on WordPress admin>Appearance>Theme Options>Layout Settings>Custom CSS and add this .header .logo .site-description{padding:0px !important;}
This is the most that can be done.
Regards,
ShriJanuary 27, 2015 at 1:50 pm #3602hello again,
i don’t understand what you want me to remove from header.php.
In SKT Full Width Pro: Header (header.php) there is nothing like After ending of
so i’m not sure what to remove.January 28, 2015 at 6:48 am #3623Send us WordPress admin details via email: [email protected]
Regards,
ShriJanuary 29, 2015 at 7:30 am #3648sorry but i canot do that,
i will send you the header.php file instead to show me which code i should remove.
additional when i replaced the code:.header .logo{padding:0px !important;}
with :
.header .logo .site-description{padding:0px !important;}
i had all the empty space again even on top so i kept the first.Thank you
January 29, 2015 at 7:55 am #3649Replied back via email.
Regards,
ShriJanuary 29, 2015 at 7:58 am #3650Okay add this in Custom CSS in addition to the top you have in Appearance>Theme Options>Layout Settings>Custom CSS
.header .logo .site-description {
display: none;
}This is the most we can do in given circumstances we don’t have access.
Regards,
ShriPS: passwords can always be changed later on.
January 29, 2015 at 8:01 am #3651Add this as well:
.logo br {
display: none;
}So with the above codes and this one there should be no space at all.
Regards,
ShriPS: No need to send us email plus header.php as well now
January 29, 2015 at 9:03 am #3652With these code lines :
.header .logo{padding:0px !important;}
.header .logo .site-description {display: none;}
.logo br {display: none;}
and by removing what you sugested me from header.phpThere is still a very small space (you can see it at http://hpm2015.com/)
but i don’t mind it’s allot better
thank you
January 30, 2015 at 5:43 am #3670Great. Glad it worked the way you wanted it to be.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.