Hi, my buttons seem to be off slightly on the homepage.
They should sit under the blurb right / left aligned but since I updated all plugins they nudged.
This topic has 6 replies, 3 voices, and was last updated 10 years, 11 months ago ago by Eva Kemp
Hi, my buttons seem to be off slightly on the homepage.
They should sit under the blurb right / left aligned but since I updated all plugins they nudged.
Hello,
Please add this code in custom.css file
.ubtn{
padding: 15px 30px !important;
}
Regards,
Robert Hall.
Thanks but that did not work.
Hello,
Could you please show a screenshot of the issue?
Regards,
Eva Kemp.
Everywhere there is a button it is the same.. not aligning to the right / left.
http://postimg.org/image/6fxlkmtol/
http://postimg.org/image/akgw8wtvd/
Thanks
Hello,
Try to use this code instead of the previous one:
.ubtn-normal {
padding: 15px 0px !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up