The "Use buttons as links" Question

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
cavemanharris
User
Posts: 21

The "Use buttons as links" Question

Post by cavemanharris »

I have enabled the "Use buttons as links" option and i want to know where do i edit the size of the buttons as in responsive mode they are just a tad to small.


arbei
User
Posts: 9376

Post by arbei »

You can add your own CSS to control the button, e.g. if you want to change the size of the icon, you can update the font-size of the class ".ewIcon" in [Html] -> [Styles] -> [Edit Styles].

For example:
.ewIcon {
font-size:30px;
}


Post Reply