Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4083
    massimo no
    Participant

    When I enter the shop pages, the css of WooCommerce makes the buttons appear on the left and larger.
    This seems to be the css involved:

    .woocommerce-page .button {
        border: medium none;
        border-radius: 2px;
        cursor: pointer;
        float: left;
        font-family: inherit;
        font-size: 12px;
        line-height: 1em;
        margin: 4px 2px 0 0;
        min-width: 110px;
        padding: 15px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        width: auto;
    }

    In particular the float: left; and width: auto;.

    It’s not such a problem… But maybe you can help me to fix it.
    This is the homepage with the right cookie bar: http://goo.gl/vJup8Z
    And here is the shop http://goo.gl/Xx9rhY

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.