Support » Theme: Mission News » setting all theme padding in mobile

  • Halil ESEN

    (@halilesen)


    is it possible to set the padding of the whole site with one code?

    I want to make this change on mobile. because it looks like there is a little too much filling.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Try this CSS out and see what you think:

    
    .site-header {
      padding: 0.75em 24px;
    }
    .main .loop-container {
      padding: 0 24px 1.5em;
    }
    Thread Starter Halil ESEN

    (@halilesen)

    .site-header {
    		padding-left: 14px;
    		padding-right: 14px;
    	}
    	.main .loop-container{
    		padding: 0 14px;
    	}
    	#below-header, #below-footer{
    		padding-left: 14px;
    		padding-right: 14px;
    	}

    This way it worked.

    Thanks.

    Theme Author Ben Sibley

    (@bensibley)

    Nice, thanks for sharing here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘setting all theme padding in mobile’ is closed to new replies.