Single post

hi please take a look at the arrows under the featured image somthing is wrong.
the page should be RTL

http://2zug.co.il/2018/05/28/תופעת-ההעלמות/

your help please

Amir

Hi There,

Thanks for writing in!

Can you please add this CSS to your X-> theme Option -> Global CSS and let us know if that helps!

.x-nav-articles {
 width: 85px !important;
}

Thanks

almost take a look the arrows should be arranged differently
http://2zug.co.il/2018/05/28/האם-אתם-בוחרים-או-נבחרים/

also i think they should be positioned to the left of the title

Hi There,

Please update the previous CSS to this:

.single-post .entry-wrap .entry-header {
    direction: ltr;
    width: 50%  
}

.single-post .x-nav-articles {
    width: 87px !important;
    float: left;
    margin: 0 10px 0 0;
}

.single-post h1.entry-title {
    line-height: 42px;
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.