html - Custom CSS classes do not work in WordPress -
i have custom section created wp page. may find css , html here: http://www.cssdesk.com/j469a
i specified custom classes in css , added html via visual editor in wordpress, custom classes not work, html works.
you may have here: http://www.sflsupport.org/programs/ it's last section (webinar archive)
you have added styles incorrectly.
they have been added media query further in css , won't applied unless screen 767px or less.
@media screen , (max-width: 767px)
it looks media query missing it's closing }
.
Comments
Post a Comment