styling isnot working in wordpress theme
Having template files in different folders has nothing to do with styles not working. View page source and make sure the right stylesheet is loaded. If its loaded, then double check if there is any other rules thats overriding your needed rules for specific class. Try adding !important to the css definitions and see if … Read more