Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    There are many tools available for this kind of CSS work, for example:
    – Firefox with Firebug add-on: Help info on Firebug https://getfirebug.com/faq/
    – Newer IE/Chrome, etc., have similar tools
    – Also, check out Custom CSS Manager plugin: http://wordpress.org/plugins/custom-css-manager-plugin/
    – Alternately, try a dedicated CSS resource such as http://www.css-discuss.org/

    Look for stylesheet in the path wp-content->Themes->mystile->Style.css, in line number 583 you will find the following code:

    #header {
    padding: 3.618em 0 0 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 4px double #e8e4e3;
    clear: both;
    position: relative;
    }

    Change it to the following:

    #header {
    padding: 0px !important;
    margin-bottom: 0 !important;
    border-bottom: 4px double #e8e4e3;
    clear: both;
    position: relative;
    }

    Please help me too I want to remove the blank white space between the logo and the top of the page
    My Website:- http://www.unionent.org

    Moderator t-p

    (@t-p)

    @salmansaeed,
    to get full attention to your specific issue, my suggestion would be to start your own thread. Despite any similarity in symptoms, your issue is likely to be completely different because of possible differences in physical servers, accounts, hosts, plugins, theme, configurations, etc. Thus one problem, on one setup is not indicative of the functionality and reliability of an application as a whole. To get the best attention to your specific issue as you deserve, please review how and where to post in this forum: http://codex.wordpress.org/Forum_Welcome#Where_To_Post

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to remove space between logo image and top menu’ is closed to new replies.