ThemeShaper Forums » Thematic

[closed]

Need to place a div adjacent to the menu

(2 posts)
  • Started 13 years ago by neonbible
  • Latest reply from neonbible
  • This topic is resolved
  1. neonbible
    Member

    Using WP 3.0 custom menu. I want to shorten the menu's width and put something next to it.

    Whats the best way to do it?

    I have tried this:

    function add_box() { ?>
      <div id="box">
        Hello World!!
      </div>
    <?php
    }
    add_action('thematic_belowheader', 'add_box');

    But it simply puts it directly under the header, where the menu overlay's on top.

    I guess ideally, I would like to put both 'access' and 'box' divs into a new container div.

    Posted 13 years ago #
  2. neonbible
    Member

    Had to set the div to be position: relative and float left.

    Posted 13 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.