Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1288457

    I would like the “View cart” and “Checkout” buttons to be the same height and display one beneath the other. At the moment they overlap and the height of each button differs.
    :-)

    #1289242

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .sidebar .widget_shopping_cart .button {
        width: 100%;
        display: block;
        margin-bottom: 5px;
        text-align: center;
    }
    

    Best regards,
    Yigit

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