Hi,
I´ve check some other topics but did not find a solution that works for my need:
On my page http://www.fitgutschein.de I would like to:
– reduce the line spacing within the green buttons
– reduce the padding as well
…in order to save space, mainly on mobile devices
A solution would be highly appreciated
Thx a lot & best regards
Tilman
Hi Tilman,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .avia-button-fullwidth {
padding: 10px !important;
}
Regards,
Rikard
Thx a lot Rikard – that works fine.