hi please check my images
![[Image: align.jpg]](https://camo.mybb.com/b860e64b75bdd1dc346fcc2cf21d68f0313bd833/687474703a2f2f73332e706f7374696d672e6f72672f7734763239356e69622f616c69676e2e6a7067)
The first link is a plugin issue. Disable the plugin associated with it.
Second link:
text-align: left;
will do what you want
Make sure to add it to the global.css!
in global css where to put this code if i post this code in top then everything will be in left i just want to move that line.
.
and i removed those plugins but it is showing still.
Add this to the global.css:
text-align: left;
You need to remove the mydownloads module from the admin/modules folder on your server.
Thanks Leefish i successfully removed that.
And in Global.CSS there are many option where to add this line "text-align: left;"
![[Image: chkk-151298.jpg]](https://camo.mybb.com/328680b539d79548a5100820ab99606599d1ece0/687474703a2f2f706f7374696d672e636f6d2f3135323030302f63686b6b2d3135313239382e6a7067)
You need to add it in advanced! Advanced allows you to edit all of it.
body {
... code here
text-align:left;
}