please see link :
http://hoadandtaylor.co.uk/dev/aga-service.html
can i ask why the button when viewed on mobile is not centered?
i have attached a screen capture
1 reply · opened Dec 5, 2019
please see link :
http://hoadandtaylor.co.uk/dev/aga-service.html
can i ask why the button when viewed on mobile is not centered?
i have attached a screen capture
Hello,
We have checked out your Page and the issue is not with the Button. The content in the Button is too long (which is fine for Desktop Devices), but is not appropriate for Mobile Devices. In this case, you will need to use 2 Buttons, One with the Normal Size and the Other with the Smaller Size or Smaller content and Display/Hide them based on Device Size using the Bootstrap Display Utility Classes: https://getbootstrap.com/docs/4.4/utilities/display/ . This would be more ideal.
Else you can simply use the following CSS Code:
@media (max-width: 767.98px) {
.button {
max-width: 100% !important;
height: auto !important;
white-space: normal !important;
}
}This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard