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.

Replies

4
  1. Daniel Staff 10 years, 11 months ago

    Hi Thibaste

    You can only shift it from left to right

    If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    body.page-id-42 article.post.post-with-thumbnail-icon .entry-thumbnail, article.page.post-with-thumbnail-icon .entry-thumbnail {
        float:right !important;
    }

    Cheers

  2. Andrew Misplon Staff 10 years, 11 months ago

    Hi Thibaste

    Thanks for reaching out.

    Try the following under Appearance > Custom CSS:

    /* Blog - Thumbnail Layout - Alternate Featured Image Position */
    article:nth-of-type(odd).post.post-with-thumbnail-icon .entry-thumbnail,
    article:nth-of-type(odd).page.post-with-thumbnail-icon .entry-thumbnail {
    	float: right;
    }
    article:nth-of-type(odd).post.post-with-thumbnail-icon .entry-main, 
    article:nth-of-type(odd).page.post-with-thumbnail-icon .entry-main {
    	float: left;
    }

    Hope that helps.

    (You can change the word “odd” to “even” to switch in the opposite order)

    • Thibaste 10 years, 11 months ago

      That is perfect! Thank you so much!!

  3. Andrew Misplon Staff 10 years, 11 months ago

    Super, glad that helped :)

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