Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #194374

    Using the default display settings, when I view a blog page, the shopping cart widget in the sidebar doesn’t display correctly.

    ShoppingCart_Error

    This can also currently be seen on our website:
    http://rednovamedia.com/arabella/blog-2/

    #194806

    Hey rednovaMeUp!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    #top div .widget_shopping_cart .button {
    width: 100%;
    }

    Best regards,
    Yigit

    #194928

    Thank you!

    I ended up having to add a bit more to get it to match the rounded corners and white outline of the other buttons.

    The final code turned out this way:

    #top div .widget_shopping_cart .button {
    display: block;
    float: left;
    width: 151px;
    text-align: center;
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin-bottom: 3px;
    }

    Just in case someone else could use it!

    #195342

    Hi!

    Thanks for sharing your code! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar Shopping Cart Widget Display Error’ is closed to new replies.