• Hello,

    I want to add an external header on the wordpress page, but when I add an external CSSjs file in header.php for example:
    $head->addCss(‘css/styles.css’);
    $head->addJs(‘prototype/prototype.js’);

    The external header displays correctly but this changes the whole layout of the page. Everything on the page is centered.

    How can I limit the effect of $head variable, so that is doesn’t affect wordpress.

    Thanks

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

The topic ‘When adding a external CSSJS, changes wordpress layout’ is closed to new replies.