Blocks out of alignment after upgrading to 5.6.1.2

Permalink
The alignment of my blocks are out after upgrading to 5.6.1.2.

All the blocks are affected except the header block. They are aligned to the right of the screen for some reason.

Though the header block is not affected by the alignment issue, the font type,size and colour had been changed.

Can someone guide me on these issues?

 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Do you have a live url?
mtbcms replied on at Permalink Reply
Hi,

My website is
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
Have you changed anything with your css?
The css that cause this: default.css on line no 5

#page #central #body {
    float: right;
    padding-left: 26px !important;
    padding-right: 0 !important;
    width: 70%;
}


Just remove this code and it will be fine.

Rony
mtbcms replied on at Permalink Reply
Hi Rony,

Thank you for your help.

Regarding the css, nope, I didn't make any changes to it. I'm a stranger to web programming.