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