Hi Magdy,
Thanks for using Mobile Joomla! forum.
Logo: You can add your logo on the header by going to Template Manager -> select the MJ template -> Home page layout settings -> Header Logo Image. Please see screenshot:
screencast.com/t/LgZiXMcC2h1
Joomla Footer: You can remove the Joomla footer by going to Template Manager -> select the MJ template -> Layout Settings ->Joomla Copyright in Footer
Text Align: You can add a custom CSS code on the file custom.css from the MJ template dir.
Example CSS code to align the text to right:
body.ui-mobile-viewport, div.ui-mobile-viewport {
text-align: right;
}
Pagination: Do you have a module for pagination? If so, you can simply turn it off or you can add a custom css same as above:
.pagination {
display: none;
}
Let us know if you have further questions.
Best,
John Mark C.
Mobile Joomla! Support