I want the buttons that I place next to the copyright to be smaller without losing the responsive function
Hi,
Please try the following CSS code:
@media only screen and (min-width:960px){ #Footer .copyright a{ font-size: 15px; line-height: 1.2em; } }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Comments
Hi,
Please try the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards