Hi,
I want to make changes to the button text size and position using javascript.
I asked the question yesterday but confused people in the way I asked.
Here's how my button currently looks:
As you can see, the text is at the top of the button, I would like to move the text down so its central, the image below shows how I need to have the button text aligned.
Also, can you tell me how to change the text size of the button using javascript please?
I have the following code that does not work:
Appery('btn_shop1').css('font-style','normal');
Appery('btn_shop1').css('font-size','12px');