Hi, as you can see here – http://screencast.com/t/CTNL5JjcsC – the widget element is not center aligned inside the grid element.
How can I make sure it will always be center aligned inside it’s grid slot?
Hey DROR!
Add this to your custom CSS.
.bsap {
margin: 0px auto !important;
position: relative !important;
float: none !important;
width: 300px !important;
}
Regards,
Elliott
Thanks!
Hey!
Glad to know we could help :)
Please let us know if you ever need any help in the future.
Cheers!
Dake