• Does anyone here know how to remove the whote space between the menu and the content?

    The site is located at https://37.123.117.12/~thomas/

    I have used different versions of CSS to try and remove the space, but so far no luck.

    I used
    .entry-title {display:none;} (This works to remove the title!)
    .entry-content, .entry-summary {
    padding: 0;
    }(This doesn’t work to remove the white space)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Ejvind,

    go to Appearance > Editor, select custom-style.css, paste the code below and click Update File button:

    .site-header {
    	padding-bottom:0;
    }

    Regards.

    Thread Starter ejvind

    (@ejvind)

    Thanks Galusso Themes.

    I did as instructed, and some of the white space dissapeared, but if you check again, some of it is still there.
    Is there another piece of code that might remove the rest?

    Regards
    Ejvind

    Hi Ejvind,

    You are modifying the template files (for example added <div id='left'>, <div id='right'>) and that’s not a good idea unless you know what you do well. With these changes the theme does not show well on mobile devices. The containers are not placed where they should.

    In any case, to remove the remaining space, pasted into the ‘custom-style.css’ file the following:

    .site-content {
        margin-top: 0;
    }

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ZeroGravity theme – remove white space under menu’ is closed to new replies.