This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Point error in sentence

Open 5 replies pluginplugin-widgets-bundlequestion
Started · Latest reply by Andrew Misplon

Hi,

I have a problem with my SiteOrigin Hero image slider in WordPress.

In my text, the last sentence have a point problem. Example:

“Under klasserna i Landskrona får du välmående både fysiskt och mentalt. .Fokus är yoga som du har nytta av i din vardag”

It shall be:

“Under klasserna i Landskrona får du välmående både fysiskt och mentalt. Fokus är yoga som du har nytta av i din vardag.”

The point shows before the sentence, not at the end.

What is the problem and how can I solve it?

Regards Jörgen

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff

    Hi Jörgen

    Thanks for reaching out.

    Do you have a public URL where we can take a look at what’s going on?

  2. jorjoh

    Hi Andrew,

    Thank you. Oh yes, image slider is up and running here:

    https://sundara.se

    (slider at the top of page)

    Regards Jörgen

  3. Andrew Misplon Staff

    Thanks

    The issue looks to be the direction: rtl; declaration. To confirm, try testing without that declaration.

    Here is an alternate option:

    .sow-slider-images li:last-child,
    .sow-slider-images li:nth-child(2){
    	text-align:right;
    }
    .sow-slider-images li:last-child h1,
    .sow-slider-images li:nth-child(2) h1 {
    	direction: rtl;
    }
  4. jorjoh

    Sorry, I do not find this CSS code in css-files. I am a beginner in wordpress.

    Please, tell me where you find this code block?

  5. Andrew Misplon Staff

    Thanks for your feedback. Do you know who authored the theme? Ideally, they’d help with this fix.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread