I have just finished installing Framework 2.4 and am getting this message at the top of the PageLines dashboard:
PageLines Custom LESS/CSS error.
parse error: failed at `#banner .content-pad .banner-area (padding: 0px 0px 0px;} ` line: 986
Best Answer Simon_P , 22 March 2013 - 04:16 PM
Look closely at the css, there is a typo.
You have used a ( not a {
Go to the full post
Posted 22 March 2013 - 04:12 PM
I have just finished installing Framework 2.4 and am getting this message at the top of the PageLines dashboard:
PageLines Custom LESS/CSS error.
parse error: failed at `#banner .content-pad .banner-area (padding: 0px 0px 0px;} ` line: 986
Posted 22 March 2013 - 04:16 PM Best Answer
Look closely at the css, there is a typo.
You have used a ( not a {
Posted 22 March 2013 - 04:25 PM
Thank you!