Useless vertical empty space beffore and after logo on the navigation bar

Home Forums SKT Full Width Forum Useless vertical empty space beffore and after logo on the navigation bar

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #3507
    Maria LeventiMaria Leventi
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: December 7, 2014

    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

    #3521
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    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,
    Shri

    #3578
    Maria LeventiMaria Leventi
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: December 7, 2014

    Thank 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

    #3589
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    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,
    Shri

    #3602
    Maria LeventiMaria Leventi
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: December 7, 2014

    hello 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.

     

    #3623
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Send us WordPress admin details via email: [email protected]

    Regards,
    Shri

    #3648
    Maria LeventiMaria Leventi
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: December 7, 2014

    sorry 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

    #3649
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Replied back via email.

    Regards,
    Shri

    #3650
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Okay 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,
    Shri

    PS: passwords can always be changed later on.

    #3651
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Add this as well:
    .logo br {
    display: none;
    }

    So with the above codes and this one there should be no space at all.

    Regards,
    Shri

    PS: No need to send us email plus header.php as well now

    #3652
    Maria LeventiMaria Leventi
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: December 7, 2014

    With 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.php

    There 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

    #3670
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Great. Glad it worked the way you wanted it to be.

    Regards,
    Shri

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.