Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter beddiaf

    (@beddiaf)

    thank’u ,now i think is solved

    Thread Starter beddiaf

    (@beddiaf)

    
    /* styl edes 3 widget footer */
    @media screen and (min-width: 30em){
    .site-footer {
        font-size: 16px;
        font-size: 1rem;
    }}
    @media screen and (min-width: 48em){
    .site-footer .widget-column.footer-widget-1 {
        float: left;
        width: 33.33%;
    }}
    @media screen and (min-width: 48em){
    .site-footer .widget-column.footer-widget-2 {
        float: left;
        width: 33.33%;
    }}
    @media screen and (min-width: 48em){
    .site-footer .widget-column.footer-widget-3 {
        float: left;
        width: 33.33%;
    }}
    	.site-footer .widget-column.footer-widget-1 {
    		float: left;
    		width: 33.33%;
    		padding-right:15px;
    	}
    
    	.site-footer .widget-column.footer-widget-2 {
    		float: left;
    		width: 33.33%;
    		padding-right:15px;
    	}
        .site-footer .widget-column.footer-widget-3 {
    		float: left;
    		width: 33.33%;
    		padding-right: 15px;
    	}
    
    • This reply was modified 5 years, 11 months ago by beddiaf.
    • This reply was modified 5 years, 11 months ago by Jose Castaneda. Reason: added backticks for code
Viewing 2 replies - 1 through 2 (of 2 total)