• Resolved halfer

    (@halfer)


    Hello. I am new to web sites and I’m not into CSS or PHP. I’m just a script kiddie.
    I have a problem with custom Mystique header. I inserted a flash video on the top by writing this:

    <object width="940" height="210"><param name="movie" value="https://734.msk.ru/wordpress/wp-content/titlemarki.swf">
    <embed src="https://734.msk.ru/wordpress/wp-content/titlemarki.swf" width="940" height="210"></embed>
    </object></a>

    And it works fine. But the problem is in the “shadow”. There’s a 3px height space between the header and the shadow. I spent 3 days examining the page through FireBug but no luck. How do I delete it?

    Here’s the address: https://www.734.msk.ru/wordpress

    P.S: Don’t mind the shitty flash. It’s just a placeholder.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Look in your source code and find this:

    <div style=””>
    <div class=”shadow-left page-content main-wrapper”>

    Change it to this using firebug:
    <div style=”margin-top:-3px;”>
    <div class=”shadow-left page-content main-wrapper”>

    -figure out where that div with the empty inline styling is being generated from, and that should solve your problem. You can name the div and then just apply the styling using the User CSS page in the Mystique options pages.

    Thread Starter halfer

    (@halfer)

    ClaytonJames, thank you very much! I tried doing that, but my CSS and PHP failed me. The source looked like this:

    <div style=”marging-top:-3px;”>
    <div class=”shadow-left page-content main-wrapper”>

    You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘3 blank pixels in the header. Mystique’ is closed to new replies.