PixoPoint Menu Plugin 0.6.20 in WordPress 2.9.2 hides behind the right border

Forums Forums Menus PixoPoint Menu Plugin 0.6.20 in WordPress 2.9.2 hides behind the right border

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1320
    harvester_cz
    Member

    Hello,

    I am using PixoPoint Menu Plugin 0.6.20 in WordPress 2.9.2 at:
    http://zlol.cz/index_wp.php together with Ryans Suckerfish WordPress Dropdown Menu 2.0.

    CSS’s are:

    http://zlol.cz/wp-content/plugins/pixop … /admin.css
    http://zlol.cz/wp-content/plugins/pixop … editor.css
    http://zlol.cz/wp-content/plugins/pixop … remium.css
    http://zlol.cz/wp-content/plugins/pixop … s/test.css

    I have a problem with main menu items, that are near the right border of the page and branch out. The part, that stretches to the right over the border of the wordpress page design hides behind the border instead of showing above.

    I’m not keen on css, maybe it’s an issue with tho css styles mixed together.

    In WordPress I use the librio theme.

    http://zlol.cz/wp-content/themes/librio … /style.css

    Can you help?

    #8202

    There will probably be overflow:hidden specified on the wrapper container for the theme. If you aren’t comfortable with CSS, then it may not be a good idea to mess with that as it’s proably set to overflow:hidden for a reason and changing it to auto or something similar will likely break something else in the theme.

    I do these sorts of fixes for our [iurl=https://geek.hellyer.kiwi/services/premium-support/]Premium Support[/iurl] members, but it’s way too time consuming to do for free sorry as there’s likely to be a bunch of other problems crop up in fixing the first problem.

    #8203
    harvester_cz
    Member

    Thanks alot! I’ve changed it to:

    #container {
    width: 900px;
    padding-bottom: 10px;
    margin: 20px auto 20px auto;
    overflow: visible;
    }
    #container #wrapper {
    width: 900px;
    float: left;
    overflow: visible;
    background: #d6ded4 url(images/sidebar-bg.gif) repeat-y top right;

    and it solved the problem.

    Now I’ll watch if it didn’t really messed up something else.

    #8204

    Glad to hear it worked <img decoding=” title=”Smiley” />

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.