Right Align Complete Site

Posted in: Newspaper
Post count: 44

Sir i want my complete site to be right aligned.
i.e

Menus , Home Box titles , Main Logo

in other words, i want the site to flip. instead of left to right (like english) the site should be right to left (like arabic , urdu)
Please guide.
http://akhbarworld.com/

Post count: 6600

Hi,

To use rtl you should localize your WordPress: http://codex.wordpress.org/WordPress_in_Your_Language
Install WordPress in your language then automatically the theme will use the rtl.
Search the forum for suggestion and fixes for the issue you may encounter with this and you should also consider that unfortunately we recently have decided that starting with the next theme update we will not include rtl support within the theme. You can still use the theme as it is but unfortunately you cannot updated it as you will lose the rtl support or you can update it and make yourself the necessary adjustments needed.

Sorry for the inconvenience!
Thanks for the message and for understanding!

Post count: 44

Sir let me rephrase.
i want
main menu
Home boxes , their title (and ajax prev , next buttons)

to be right aligned. that can be done with CSS instead of using Rt1. Please guide.

Post count: 6600

Hi,

I’ve already replied on how you can do that here: https://forum.tagdiv.com/topic/menu-and-box-title-arrangment/
Use css, like this: http://screencast.com/t/DiNshwoM

body {
direction: rtl;
}

.sf-menu {
float: right;
position: relative;
}

.td_mod3 .item-details {
margin-right: 117px;
margin-left: 0px;
}

.td-ajax-next-page {
right: auto !important;
background-position: -20px -20px !important;
left: 15px !important;
}

.td_ajax-prev-page {
right: auto !important;
left: 0px !important;
}

Please also:

Search the forum for suggestion and fixes for the issue you may encounter

Thanks

  • This reply was modified 11 years by Lucian.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.