SMF Support > SMF 1.1.x Support
Moving the header down
ElPlayer:
why is the header inside an iframe ? and the url in the iframe is not found
http://www.redpointclimbing.com/navbar.php
redpoint:
No clue. My guess is because it's a wordpress website and the nav bar is part of that?
ElPlayer:
search for:
--- Code: ---<iframe scrolling="no" style="width: 100%; height: 45px; border: none; padding: 0; margin: 0;" src="/navbar.php" id="wpnavbar" name="wpnavbar">
</iframe>
--- End code ---
and replace it:
--- Code: ---<iframe scrolling="no" style="width: 100%; height: 120px; border: none; padding: 0; margin: 0;" src="/navbar.php" id="wpnavbar" name="wpnavbar">
</iframe>
--- End code ---
redpoint:
Thanks for the help.
Is that in the supposed to be in the style.css file under the theme I use? I can't seem to find it in that file...
ElPlayer:
try looking for it in the index.template.php of the theme you are using
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version