Hi,
I'm building a new template,
I have built a php file for contact-us details and im using the general style.css for styling.
The call for the style-sheet is located in the header and here is my code:
<link rel="stylesheet" type="text/css" title="Default Styles" media="screen" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
on my homepage (index.php) the style is applied and everything is just fine.
but when i try loading a page (index.php?page_id=129)
the style is applied only for the footer and header but for some reason ignores the contact-us module.
any clues on why that may happen ?