Menu and box title arrangment

Posted in: Newspaper
Post count: 44

Sir i am using Multisite technice for my two language site
akhbarworld.com
akhbarworld.com/urdu

problem is i have only one CSS and if i change orientation from left to right align , it changes in both of my sites.

i want my urdu site to right align its main menue.
also how to change alignment of custom box title shown on home page?

Post count: 6600

Hi,

You can change the direction of your page via css, like this: http://screencast.com/t/xYPkNejUZh6z
Use the css below and paste in the custom css filed in theme panel:

.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;
}

body.page-id-96 {
direction: rtl !important;
}

This will only affect the /urdu page.

Thanks

Post count: 44

Thanks it worked.
But one thing is I want the “Block 1” to display its main article on the right and small articles on the left.
i.e. change the alignment of box content too
also text is appearing on top of the image
[url=http://postimg.org/image/evldknasb/][img]http://s9.postimg.org/evldknasb/2015_01_30_12_43_05.jpg[/img][/url]

Post count: 6600

Hi,

Try this custom css: http://screencast.com/t/jEuG5TNp

body.page-id-96 .td_mod3 .item-details {
margin-right: 117px;
margin-left: 0px;
}

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.