Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #127238
    Richard
    Participant

    I’m doing some stuff on a new site http://77.104.180.120/~museum69/

    Featured content works fine but there is too much white space below it.

    Everything I’ve tried to reduce it has a ‘knock on’ effect. i.e. if it works on desktop looks lousy on phone etc.

    Is there a simple way to reduce this white space please?

    #127281
    tikaram
    Keymaster

    @cassyput : Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 768px) {
    #main .hentry {
    	padding-top:0;
    }
    #main .entry-header {
    	padding-bottom:0;
    }
    #content .wrapper {
    	padding-top:0;
    }
    #featured-content .hentry {
    	margin-bottom:0;
    }
    }

    Let me know if you have ant further issues.

    Regards,
    Tikaram

    #127284
    Richard
    Participant

    Thanks Tikaram, that works great. Much appreciated.

    #127324
    tikaram
    Keymaster

    @cassyput : Glad to know that the issue has been resolved. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Too much white space’ is closed to new replies.