Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Something like this should do the trick:

    .mobile-theme .hentry {
    	border-bottom: 0 none;
    }
    .mobile-theme #page {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    is it possible to make the footer les higher in the mobile theme?

    You could make it a little less higher like so:

    .mobile-theme #site-generator {
        line-height: 1.5;
    }
    Thread Starter Marcel

    (@ifixit)

    That did the trick, thanks Jeremy:-)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘removing the 2 thin lines on the bottom of the mobile page just above the footer’ is closed to new replies.