Dear Enfold Staff, hello!
I passed my first difficulty, which was to make all the buttons in one page of the same size!
I learned how to use CSS to do that. But now I have a new problem.
In many pages I have wide buttons, and in this way I am obliged to have wide buttons also at the top of the page, where I need only little buttons to go to the homepage or to some main pages… As you can see in the picture, the button at the top is a little bit ridiculous, so big for a little word…
Is there a way to have buttons of different size in the same page?
I tried to install the Child theme, but many pages are affected by this change and I should work again on them… So I would like to know if there is another way, without installing the child theme…
thank you and best regards!
Antonio
Hey Antonio,
Please try to assign a class to your button in the Advanced->Developer Settings tab in the element options. You can use this class for example: my-custom-button, then you can use this in Quick CSS:
.my-custom-button .avia-button {
min-width: auto;
}
Best regards,
Rikard
It works great!!
Thank you so much, dear Rikard! :-)
Best regards,
Antonio
p.s. we can close the topic :-)