• Resolved Redouane

    (@donlk)


    Hi,

    I’m using Chrome so it could be just the browser playing tricks with me, but the grid breaks specifically on the second row when using WordPress on RTL mode (arabic/hebrew/persian… etc).

    Have a look: http://tvguidearabia.com/chernobyl/

    the grid works just fine on LTR, doe not break or anything.

    please help, thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Redouane

    (@donlk)

    It was just a matter of clearing, here is the css to solve this:

    @media screen and (min-width: 960px) {
    	.content-area .hentry:nth-of-type(odd) {
    		clear: none !important;
    	}
    	.content-area .hentry:nth-of-type(3n+1) {
    		clear: right !important;
    	}
    }

    I hope devs will include this fix in the next update.

    Thanks, Redouane – I’ll pass this along so we can get it included in the next version.

    Theme Author Automattic

    (@automattic)

    Hi Redouane!

    The theme has been patched and an update should be available soon! Look out for the update notification in your Dashboard.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Homepage grid breaking on RTL’ is closed to new replies.