Okay
  Public Ticket #3064896
adjust the line height of the text on a button for mobile site only
Closed

Comments

  •  7
    EllenCoolDutch started the conversation

    Only for a mobile site I would like to adjust the line height of the text on this button. 

    Could you write some css code for this so that I can put it in the site...

    https://reffee.nl/cart/

  •  279
    Noah replied

    Hi there,

    Could you try the following CSS:

    @media only screen and (max-width: 690px){
    .woocommerce-cart.material .wc-proceed-to-checkout a.checkout-button {
        line-height:15px;
        font-size:15px;
    }
    }
    

    add it to salient \ general settings - css script related - custom css code.
    Adjust it to what you need.

    Cheers.

  •  7
    EllenCoolDutch replied

    Dear Eliud,

    Thanks for your quick reply and solution...

    Your support team is the best!

    regards from Rotterdam