Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #524407

    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?

    #524427

    Hey DROR!

    Add this to your custom CSS.

    .bsap {
        margin: 0px auto !important;
        position: relative !important;
        float: none !important;
        width: 300px !important;
    }

    Regards,
    Elliott

    #524436

    Thanks!

    #524491

    Hey!

    Glad to know we could help :)

    Please let us know if you ever need any help in the future.

    Cheers!
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to center align widget element’ is closed to new replies.