MyBB Community Forums

Full Version: do this need help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi please check my images

[Image: remove.jpg]

[Image: align.jpg]
The first link is a plugin issue. Disable the plugin associated with it.

Second link:

text-align: left;
will do what you want Smile

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]
You need to add it in advanced! Advanced allows you to edit all of it.

body {
... code here
text-align:left;
}