SyntaxFix
Write A Post
Hire A Developer
Questions
I would recommend using jQuery with this function:
$(document).ready(function(){ $('#about').addClass('expand'); });
This will add the expand class to an element with id of about when the dom is ready on page load.