Hi
I have placed buttons on my portfolio item page and when the page is stretched the buttons become different sizes. Please view the page and then extend your browser to full screen mode to see that the bittons are no longer the same size as each other. How can I avoid this and keep all the same size?
Thanks
James
Hey jshughes2013,
I’m not sure which buttons you are referring to, could you post a screenshot of the issue please?
Best regards,
Rikard
Hi Rikard
Please see the link attached.This happens in full screen mode.
James
Hi James,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 1500px) {
.avia-button.avia-size-x-large {
min-width: 270px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria