Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1903312
right to left
Closed

Comments

  • ZaytoonMedia started the conversation

    Hi 

    I bought this theme based on the right to left support i'm having a few issues 

    1) in the top featured posts the ... are on the wrong side should appear on left side

    2) Titles in widgets and also in the posts on homepage align left not right 

    3) How do i make the post main body text align right without having to do it as a RTL withing the paragraph tag 

    this is aligning body left to right on this article

    Try that link otherwise it the article with no image 

    Thanks


  • ZaytoonMedia replied

    I have used WOFF font but menu font is too small - how can i make bigger 

    http://nussrah.com.gridhosted.co.uk/

    Also on feature slider and widgets  maybe a bit bigger 


  •  2,699
    PenciDesign replied

    Hi,

    1/ Because you didn't enable RTL for your site.

    Please go to Dashboard > Settings > General > on "Site Language" > select your RTL language.

    2/ Please change font size for menu items via Customize > Logo and Header Options

    Please add more this code to Customize > Custom CSS to change font size on featured slider:

    @media only screen and (min-width: 961px){
    .featured-style-12 .penci-mag-featured-content h3 a{ font-size: 24px; } 
    }

    Please add more this code to Customize > Custom CSS to change font size on widgets:

    @media only screen and (min-width: 961px){
    .widget ul.side-newsfeed li .side-item .side-item-text h4 a{ font-size: 18px; }
    }
    

    Please add more this code to Customize > Custom CSS to change font size for posts titles on homepage:

    @media only screen and (min-width: 961px){
    .home-featured-cat-content .magcat-detail h3 a{ font-size: 17px; }
    .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a,
    .home-featured-cat-content .first-post .magcat-detail h3 a{ font-size: 24px; }
    }


    Best Regards,

    PenciDesign