• Resolved azw

    (@azw)


    Hi, Tomas,
    I think there may be a bracket missing in the style.css file as shown below. I’ve added the missing bracket after —>.

    /* 13.0 Print
    
    ----------------------------------------------- */
    
    @media print {
    
    /* Here you can add specific styles for the printing */
    
    	.site-header h2 {
    
    /*		color: #000; */
    
    		font-size: 13pt;
    
    /*		text-align: left; */
    --->	}
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter azw

    (@azw)

    Hmmm. Maybe it was only in the style.css for tiny-forge-child-theme-example. I’m not seeing this problem in the main style.css for the latest release.
    Or it may have been that I deleted it!

    Theme Author Tomas Mackevicius

    (@tomasm)

    Looks like copy-paste selection didn’t include that one bracket.

    But thank you for being pro-active 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Coding issue in style.css’ is closed to new replies.