Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49338
    billcb
    Member

    Please forgive me if this has been discussed and answered before…I am completely new to not only wordpress but simple catch as well. Yesterday I replaced all things default; logo, site title and tag line at the header at exposeasign.com

    My question is; how can I decrease the spacing between my logo (which is slightly larger in height than the default logo) so that the distance between my menu bar/search box/facebook and google+ buttons look similar to when it did when I first installed the theme. Maybe its just me being picky, but I feel that the blank area is too much and really liked the look of the default theme. If possible I’d like to keep my logo the same height so that it remains legible.

    My coding is not very good so if there is some real beginner types instructions/steps I’d appreciate it greatly…I do know where to find the css 🙂

    #49343
    Sakin
    Keymaster

    @billcb: You can add the following css in “Appearance => Theme Options => Custom CSS” box to make your header nice.

    #header .logo-wrap {
        margin-top: 30px;
        width: 694px;
    }
    #site-details {
        padding-top: 25px;
    }
    #header .social-search {
        margin-top: 55px;
        width: 244px;
    }
    #header .social-search form.searchform input {
        width: 140px;
    }
    #site-title {
        font-size: 36px;
    }
    #site-description {
        font-size: 13px;
    }
    #header #mainmenu {
        margin-top: 30px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reduce spacing between logo and menu etc.’ is closed to new replies.