Dear sir.
i have purchased and installed your theme Newspaper. and im trying to get a full RTL support out of it. which is not exactly working as i would like it to.
the site is dienstentrader.nl you can have a look about how it looks.. what i want is that everything including the menu and the image text begins at the right.
best Rergards
Kevin
Hi,
Sorry for the delay! I have checked your site and didn’t found many weird placement, one issue that I have noticed was the blocks ext and prev arrows which you can fix using this css: http://screencast.com/t/0Uoo9AYNxYT
.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;
}
Also found that you need this css to remove the margin from the left of the title: http://screencast.com/t/HlEjhvQL
.td_mod3 .item-details {
margin-left: 0px !important;
}
On post page I found this: http://screencast.com/t/W2ChSM5xl2G
.single ul.td-category, .single ul.td-category li, .single header time {
float: right !important;
margin-right: 0 !important;
}
.td-social-sharing {
top: 0px !important;
margin-bottom: 0px !important;
}
.prev-post a {
padding-right: 0px !important;
}
.author-box-wrap .desc {
margin-right: 127px !important;
margin-left: 0;
}
.author-box-wrap .avatar {
float: right!important;
}
Hope this helps!
Please let me know if you have other issues with this.
Thanks
Hi,
Edit this file: http://screencast.com/t/3czKBWPxg and add this code like shown in the screenshot: $atts['limit'] = 4;
Thanks
Thank you Lucian.
im actually still suffering with the Mega Menu.
it still is all going to the left. please check the site again.
how can i make it align and side to the RIght?
also if you checked the main page you will find that we managed to reverse the slider from right to left by messing a bit with the CSS but that resulted in changing the text to left again.
i cant get it done right. can u please also assit with this.?
looking forward to your answer soon
-
This reply was modified 11 years by
kevinbx.
http://www.xmag.co.il
I need the newest article on the megamenu to show on the right instead of default left.
Thanks,
Tzachi.
Hi,
Please use this custom css in theme panel > custom css: http://screencast.com/t/nRupOCbm
.sf-sub-indicator {
right: 12px;
left: auto;
}
.sf-menu a.sf-with-ul {
padding-right: 29px;
padding-left: 11px;
}
.td-no-subcats .td_mod_mega_menu {
margin-right: 1.883408071748879%;
margin-left: auto;
}
.td_mod_mega_menu {
float: right;
}
Thanks