Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14051
    ESD
    Member

    I’m using Simple Catch (free). Thanks for making it available.

    My URL is

    Could you please give me the Custom CSS coding to make the following distances (heights) the same:
    – top of page and top of header-icon-image
    – bottom of header-icon-image and top of search box
    – bottom of search box and top of nav bar
    – bottom of nav bar and bottom of header

    Thanks.

    #14052
    ESD
    Member

    Oops, URL didn’t come through. It’s findingmyforemothers.com (no www).

    #14059
    Sakin
    Keymaster

    @ESD: Ok let me check your site and give you the instruction.
    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .social-search form.searchform { padding-top: 0; }
    #header .logo-wrap, #header .social-search, #header #mainmenu { margin-top: 40px; }
    #header .bottom-bg { padding-top: 40px; }
    #14062
    ESD
    Member

    @Sakin, many thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing the spacing between header elements’ is closed to new replies.