Home Forums Themes Support Claue RTL version issue

Viewing 3 reply threads
  • Author
    Posts
    • #17401

      Hi,

      The slideshow in the RTL verison has problem, it has background not full screen despite that i use the same slideshow in the English version which is full screen.

      Also the arrows have a problem and showing together on the right, i need to fix it.

      One more thing, i want to make the font of the menu bigger, how to do that ?

       

    • #17438

      Hi,

      Please add below code to fix arrow on slider on RTL layout

      [dir="rtl"] .metaslider .flexslider .flex-prev {
      	background-position: right 0;
      }
      [dir="rtl"] .metaslider .flexslider:hover .flex-prev {
      	left: auto;
      	text-indent: 9999em;
      	right: 5px;
      }
      [dir="rtl"] .metaslider .flexslider .flex-next {
      	background-position: left 0;
      }
      
      [dir="rtl"] .metaslider .flexslider:hover .flex-next {
      	right: auto;
      	left: 5px;
      	text-indent: 9999em;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #17443

      Thank you but the arrow issue is not fixed yet.

      also please advise regarding the font

    • #17471

      Hi Emohamed,

      I help you fixed.

      The next time please copy code from this topic don’t copy code via email.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.