• I am having some issues with a custom page template I created. I want this page to have no sidebar, header, or footer (it’s an opt-in page). I have that in place, but I still need the page to be slightly styled – simple background, centered content, etc.

    The trouble is, my custom template file is completely ignoring CSS. I created two simple classes in the CSS and then added them into the PHP file as:

    <div class="optinbackground">
    <div class="optincontent">

    And of course close the divs after the content. But no matter what I do in the CSS, the page using that template remains completely unstyled. It is here: http://www.psycademy.co.uk/testing123/

    Any ideas on how I can fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custome Page Template Ignoring CSS’ is closed to new replies.