Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s because the cart width is too small to contain it’s contents, so you need to make it a bit wider and then part of it won’t be hidden from sight.

    Thread Starter hatfieldmedia

    (@hatfieldmedia)

    I apologize but I have no idea how to go about doing that. Any suggestions? The cart works fine with every other theme I have tested, but this theme is beautiful.

    For quick and dirty fix, open header.php in /wp-content/themes/mystique.1.16/mystique/header.php

    Then paste this code immediately before </head>

    <style type="text/css">
    div#shoppingcart{width:300px;}
    </style>

    it’s not a theme issue. it only affects mystique because in this theme all content outside the main/sidebar1/sidebar2 containers is hidden.
    and a part of the shopping cart is pushed outside of the main window – probably a css bug somewhere in the plugin…

    It seem like plugins’css is called after main style.css .
    So putting #shoppingcart style after all probably overwrite the bug.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to adjust page width’ is closed to new replies.